Html Css Color HEX #404EEB Neon Blue

📋 copy color: '#404EEB'

red 64 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #404EEB

Tints of Neon Blue #404EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 16.98%
G = 20.69%
B = 62.33%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#404EEB (or 0x404EEB) is known color: Neon Blue. HEX triplet: 40, 4E and EB. RGB value is (64,78,235). Sum of RGB (Red+Green+Blue) = 64+78+235=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #404EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EEB is #BFB114. Grayscale: #5B5B5B. Windows color (decimal): -12562709 or 15420992. OLE color: 15420992.

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

Color convert

RGB 64 78 235 -
CMYK 0.73 0.67 0 0.08
HSL 235.09º 0.81% 0.59% -
HSV(B) 235.09º 0.73% 0.92% -
XYZ 19.83 12.54 79.97 -
YUV 91.71 208.86 108.23 -
System Red Green Blue C M Y K H S L
Decimal 64 78 235 0.73 0.67 0 0.08 235.09 0.81 0.59
Hex 40 4E EB 49 43 0 8 EB 51 3B
Octal 100 116 353 111 103 0 10 353 121 73
Binary 1000000 1001110 11101011 1001001 1000011 0 1000 11101011 1010001 111011

Color Harmonies of #404EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EEB

Black with #404EEB

Text Example


Text Example

White with #404EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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