Html Css Color HEX #4E5AFE Neon Blue

📋 copy color: '#4E5AFE'

red 78 ◦ green 90 ◦ blue 254

#4E5AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4E5AFE

Tints of Neon Blue #4E5AFE

RGB

 RED value IS 78 (30.86% from 255) = 18.48%

 GREEN value IS 90 (35.55% from 255) = 21.33%

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 18.48%
G = 21.33%
B = 60.19%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4E5AFE (or 0x4E5AFE) is known color: Neon Blue. HEX triplet: 4E, 5A and FE. RGB value is (78,90,254). Sum of RGB (Red+Green+Blue) = 78+90+254=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5AFE is #B1A501. Grayscale: #686868. Windows color (decimal): -11642114 or 16669262. OLE color: 16669262.

HSL color Cylindrical-coordinate representation of color #4E5AFE: hue angle of 235.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E5AFE is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 90 254 -
CMYK 0.69 0.65 0 0.00
HSL 235.91º 0.99% 0.65% -
HSV(B) 235.91º 0.69% 1% -
XYZ 24.69 16.09 95.57 -
YUV 105.11 212.02 108.66 -
System Red Green Blue C M Y K H S L
Decimal 78 90 254 0.69 0.65 0 0.00 235.91 0.99 0.65
Hex 4E 5A FE 45 41 0 0 EC 63 41
Octal 116 132 376 105 101 0 0 354 143 101
Binary 1001110 1011010 11111110 1000101 1000001 0 0 11101100 1100011 1000001

Color Harmonies of #4E5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AFE

Black with #4E5AFE

Text Example


Text Example

White with #4E5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5AFE; }

 p { color: rgb(78,90,254); }

 H1.HeaderClassName
 {
   color: #4E5AFE;
 }
 .AnyTagClassName
 {
   color: #4E5AFE;
 }
</style>

background-color css

<style>
 a { background-color: #4E5AFE; }

 a { background-color: rgb(78,90,254); }

 div.DivClassName
 {
   background-color: #4E5AFE;
 }
 .BgClassName
 {
   background-color: #4E5AFE;
 }
</style>

border-color css

<style>
 span { border-color: #4E5AFE; }

 span { border-color: rgb(78,90,254); }

 td.TdClassName
 {
   border-color: #4E5AFE;
 }
 .TagClassName
 {
   border-color: #4E5AFE;
 }
</style>