Html Css Color HEX #4E4EFB Neon Blue

📋 copy color: '#4E4EFB'

red 78 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #4E4EFB

Tints of Neon Blue #4E4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

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

R = 19.16%
G = 19.16%
B = 61.67%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E4EFB (or 0x4E4EFB) is known color: Neon Blue. HEX triplet: 4E, 4E and FB. RGB value is (78,78,251). Sum of RGB (Red+Green+Blue) = 78+78+251=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E4EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4EFB is #B1B104. Grayscale: #616161. Windows color (decimal): -11645189 or 16469582. OLE color: 16469582.

HSL color Cylindrical-coordinate representation of color #4E4EFB: hue angle of 240º 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 #4E4EFB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 78 251 -
CMYK 0.69 0.69 0 0.02
HSL 240º 0.96% 0.65% -
HSV(B) 240º 0.69% 0.98% -
XYZ 23.28 14.03 92.75 -
YUV 97.72 214.5 113.93 -
System Red Green Blue C M Y K H S L
Decimal 78 78 251 0.69 0.69 0 0.02 240 0.96 0.65
Hex 4E 4E FB 45 45 0 2 F0 60 41
Octal 116 116 373 105 105 0 2 360 140 101
Binary 1001110 1001110 11111011 1000101 1000101 0 10 11110000 1100000 1000001

Color Harmonies of #4E4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4EFB

Black with #4E4EFB

Text Example


Text Example

White with #4E4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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