Html Css Color HEX #404DEC Neon Blue

📋 copy color: '#404DEC'

red 64 ◦ green 77 ◦ blue 236

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

Shades of Neon Blue #404DEC

Tints of Neon Blue #404DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 16.98%
G = 20.42%
B = 62.6%

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

#404DEC (or 0x404DEC) is known color: Neon Blue. HEX triplet: 40, 4D and EC. RGB value is (64,77,236). Sum of RGB (Red+Green+Blue) = 64+77+236=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #404DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DEC is #BFB213. Grayscale: #5A5A5A. Windows color (decimal): -12562964 or 15486272. OLE color: 15486272.

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

Color convert

RGB 64 77 236 -
CMYK 0.73 0.67 0 0.07
HSL 235.47º 0.82% 0.59% -
HSV(B) 235.47º 0.73% 0.93% -
XYZ 19.91 12.45 80.71 -
YUV 91.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 64 77 236 0.73 0.67 0 0.07 235.47 0.82 0.59
Hex 40 4D EC 49 43 0 7 EB 52 3B
Octal 100 115 354 111 103 0 7 353 122 73
Binary 1000000 1001101 11101100 1001001 1000011 0 111 11101011 1010010 111011

Color Harmonies of #404DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DEC

Black with #404DEC

Text Example


Text Example

White with #404DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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