Html Css Color HEX #4E5AFC Neon Blue

📋 copy color: '#4E5AFC'

red 78 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #4E5AFC

Tints of Neon Blue #4E5AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60%

R = 18.57%
G = 21.43%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E5AFC (or 0x4E5AFC) is known color: Neon Blue. HEX triplet: 4E, 5A and FC. RGB value is (78,90,252). Sum of RGB (Red+Green+Blue) = 78+90+252=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5AFC is #B1A503. Grayscale: #686868. Windows color (decimal): -11642116 or 16538190. OLE color: 16538190.

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

Color convert

RGB 78 90 252 -
CMYK 0.69 0.64 0 0.01
HSL 235.86º 0.97% 0.65% -
HSV(B) 235.86º 0.69% 0.99% -
XYZ 24.37 15.96 93.89 -
YUV 104.88 211.02 108.83 -
System Red Green Blue C M Y K H S L
Decimal 78 90 252 0.69 0.64 0 0.01 235.86 0.97 0.65
Hex 4E 5A FC 45 40 0 1 EC 61 41
Octal 116 132 374 105 100 0 1 354 141 101
Binary 1001110 1011010 11111100 1000101 1000000 0 1 11101100 1100001 1000001

Color Harmonies of #4E5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AFC

Black with #4E5AFC

Text Example


Text Example

White with #4E5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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