Html Css Color HEX #4E5AF9 Neon Blue

📋 copy color: '#4E5AF9'

red 78 ◦ green 90 ◦ blue 249

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

Shades of Neon Blue #4E5AF9

Tints of Neon Blue #4E5AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.71%

R = 18.71%
G = 21.58%
B = 59.71%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E5AF9 (or 0x4E5AF9) is known color: Neon Blue. HEX triplet: 4E, 5A and F9. RGB value is (78,90,249). Sum of RGB (Red+Green+Blue) = 78+90+249=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #4E5AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5AF9 is #B1A506. Grayscale: #676767. Windows color (decimal): -11642119 or 16341582. OLE color: 16341582.

HSL color Cylindrical-coordinate representation of color #4E5AF9: hue angle of 235.79º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E5AF9 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 90 249 -
CMYK 0.69 0.64 0 0.02
HSL 235.79º 0.93% 0.64% -
HSV(B) 235.79º 0.69% 0.98% -
XYZ 23.9 15.77 91.41 -
YUV 104.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 78 90 249 0.69 0.64 0 0.02 235.79 0.93 0.64
Hex 4E 5A F9 45 40 0 2 EC 5D 40
Octal 116 132 371 105 100 0 2 354 135 100
Binary 1001110 1011010 11111001 1000101 1000000 0 10 11101100 1011101 1000000

Color Harmonies of #4E5AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AF9

Black with #4E5AF9

Text Example


Text Example

White with #4E5AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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