Html Css Color HEX #404CEB Neon Blue

📋 copy color: '#404CEB'

red 64 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #404CEB

Tints of Neon Blue #404CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 17.07%
G = 20.27%
B = 62.67%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#404CEB (or 0x404CEB) is known color: Neon Blue. HEX triplet: 40, 4C and EB. RGB value is (64,76,235). Sum of RGB (Red+Green+Blue) = 64+76+235=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #404CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CEB is #BFB314. Grayscale: #595959. Windows color (decimal): -12563221 or 15420480. OLE color: 15420480.

HSL color Cylindrical-coordinate representation of color #404CEB: hue angle of 235.79º 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 #404CEB is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 76 235 -
CMYK 0.73 0.68 0 0.08
HSL 235.79º 0.81% 0.59% -
HSV(B) 235.79º 0.73% 0.92% -
XYZ 19.69 12.26 79.93 -
YUV 90.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 64 76 235 0.73 0.68 0 0.08 235.79 0.81 0.59
Hex 40 4C EB 49 44 0 8 EC 51 3B
Octal 100 114 353 111 104 0 10 354 121 73
Binary 1000000 1001100 11101011 1001001 1000100 0 1000 11101100 1010001 111011

Color Harmonies of #404CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CEB

Black with #404CEB

Text Example


Text Example

White with #404CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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