Html Css Color HEX #404DED Neon Blue

📋 copy color: '#404DED'

red 64 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #404DED

Tints of Neon Blue #404DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.7%

R = 16.93%
G = 20.37%
B = 62.7%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#404DED (or 0x404DED) is known color: Neon Blue. HEX triplet: 40, 4D and ED. RGB value is (64,77,237). Sum of RGB (Red+Green+Blue) = 64+77+237=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #404DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DED is #BFB212. Grayscale: #5A5A5A. Windows color (decimal): -12562963 or 15551808. OLE color: 15551808.

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

Color convert

RGB 64 77 237 -
CMYK 0.73 0.68 0 0.07
HSL 235.49º 0.83% 0.59% -
HSV(B) 235.49º 0.73% 0.93% -
XYZ 20.05 12.51 81.48 -
YUV 91.35 210.19 108.49 -
System Red Green Blue C M Y K H S L
Decimal 64 77 237 0.73 0.68 0 0.07 235.49 0.83 0.59
Hex 40 4D ED 49 44 0 7 EB 53 3B
Octal 100 115 355 111 104 0 7 353 123 73
Binary 1000000 1001101 11101101 1001001 1000100 0 111 11101011 1010011 111011

Color Harmonies of #404DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DED

Black with #404DED

Text Example


Text Example

White with #404DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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