Html Css Color HEX #4E5CFE Neon Blue

📋 copy color: '#4E5CFE'

red 78 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #4E5CFE

Tints of Neon Blue #4E5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

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

R = 18.4%
G = 21.7%
B = 59.91%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4E5CFE (or 0x4E5CFE) is known color: Neon Blue. HEX triplet: 4E, 5C and FE. RGB value is (78,92,254). Sum of RGB (Red+Green+Blue) = 78+92+254=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5CFE is #B1A301. Grayscale: #696969. Windows color (decimal): -11641602 or 16669774. OLE color: 16669774.

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

Color convert

RGB 78 92 254 -
CMYK 0.69 0.64 0 0.00
HSL 235.23º 0.99% 0.65% -
HSV(B) 235.23º 0.69% 1% -
XYZ 24.86 16.43 95.63 -
YUV 106.28 211.36 107.83 -
System Red Green Blue C M Y K H S L
Decimal 78 92 254 0.69 0.64 0 0.00 235.23 0.99 0.65
Hex 4E 5C FE 45 40 0 0 EB 63 41
Octal 116 134 376 105 100 0 0 353 143 101
Binary 1001110 1011100 11111110 1000101 1000000 0 0 11101011 1100011 1000001

Color Harmonies of #4E5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5CFE

Black with #4E5CFE

Text Example


Text Example

White with #4E5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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