Html Css Color HEX #404EEC Neon Blue

📋 copy color: '#404EEC'

red 64 ◦ green 78 ◦ blue 236

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

Shades of Neon Blue #404EEC

Tints of Neon Blue #404EEC

RGB

 RED value IS 64 (25.39% from 255) = 16.93%

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

 BLUE value IS 236 (92.58% from 255) = 62.43%

R = 16.93%
G = 20.63%
B = 62.43%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#404EEC (or 0x404EEC) is known color: Neon Blue. HEX triplet: 40, 4E and EC. RGB value is (64,78,236). Sum of RGB (Red+Green+Blue) = 64+78+236=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #404EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EEC is #BFB113. Grayscale: #5B5B5B. Windows color (decimal): -12562708 or 15486528. OLE color: 15486528.

HSL color Cylindrical-coordinate representation of color #404EEC: hue angle of 235.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404EEC is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 78 236 -
CMYK 0.73 0.67 0 0.07
HSL 235.12º 0.82% 0.59% -
HSV(B) 235.12º 0.73% 0.93% -
XYZ 19.98 12.59 80.73 -
YUV 91.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 64 78 236 0.73 0.67 0 0.07 235.12 0.82 0.59
Hex 40 4E EC 49 43 0 7 EB 52 3B
Octal 100 116 354 111 103 0 7 353 122 73
Binary 1000000 1001110 11101100 1001001 1000011 0 111 11101011 1010010 111011

Color Harmonies of #404EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EEC

Black with #404EEC

Text Example


Text Example

White with #404EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404EEC; }

 p { color: rgb(64,78,236); }

 H1.HeaderClassName
 {
   color: #404EEC;
 }
 .AnyTagClassName
 {
   color: #404EEC;
 }
</style>

background-color css

<style>
 a { background-color: #404EEC; }

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

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

border-color css

<style>
 span { border-color: #404EEC; }

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

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