Html Css Color HEX #404CE5 Neon Blue

📋 copy color: '#404CE5'

red 64 ◦ green 76 ◦ blue 229

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

Shades of Neon Blue #404CE5

Tints of Neon Blue #404CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 62.06%

R = 17.34%
G = 20.6%
B = 62.06%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#404CE5 (or 0x404CE5) is known color: Neon Blue. HEX triplet: 40, 4C and E5. RGB value is (64,76,229). Sum of RGB (Red+Green+Blue) = 64+76+229=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #404CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CE5 is #BFB31A. Grayscale: #595959. Windows color (decimal): -12563227 or 15027264. OLE color: 15027264.

HSL color Cylindrical-coordinate representation of color #404CE5: hue angle of 235.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404CE5 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 76 229 -
CMYK 0.72 0.67 0 0.10
HSL 235.64º 0.76% 0.57% -
HSV(B) 235.64º 0.72% 0.9% -
XYZ 18.84 11.92 75.44 -
YUV 89.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 64 76 229 0.72 0.67 0 0.10 235.64 0.76 0.57
Hex 40 4C E5 48 43 0 A EC 4C 39
Octal 100 114 345 110 103 0 12 354 114 71
Binary 1000000 1001100 11100101 1001000 1000011 0 1010 11101100 1001100 111001

Color Harmonies of #404CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CE5

Black with #404CE5

Text Example


Text Example

White with #404CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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