Html Css Color HEX #4E5AFB Neon Blue

📋 copy color: '#4E5AFB'

red 78 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #4E5AFB

Tints of Neon Blue #4E5AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.9%

R = 18.62%
G = 21.48%
B = 59.9%

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

#4E5AFB (or 0x4E5AFB) is known color: Neon Blue. HEX triplet: 4E, 5A and FB. RGB value is (78,90,251). Sum of RGB (Red+Green+Blue) = 78+90+251=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5AFB is #B1A504. Grayscale: #686868. Windows color (decimal): -11642117 or 16472654. OLE color: 16472654.

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

Color convert

RGB 78 90 251 -
CMYK 0.69 0.64 0 0.02
HSL 235.84º 0.96% 0.65% -
HSV(B) 235.84º 0.69% 0.98% -
XYZ 24.21 15.9 93.06 -
YUV 104.77 210.52 108.91 -
System Red Green Blue C M Y K H S L
Decimal 78 90 251 0.69 0.64 0 0.02 235.84 0.96 0.65
Hex 4E 5A FB 45 40 0 2 EC 60 41
Octal 116 132 373 105 100 0 2 354 140 101
Binary 1001110 1011010 11111011 1000101 1000000 0 10 11101100 1100000 1000001

Color Harmonies of #4E5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AFB

Black with #4E5AFB

Text Example


Text Example

White with #4E5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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