Html Css Color HEX #404EED Neon Blue

📋 copy color: '#404EED'

red 64 ◦ green 78 ◦ blue 237

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

Shades of Neon Blue #404EED

Tints of Neon Blue #404EED

RGB

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

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

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

R = 16.89%
G = 20.58%
B = 62.53%

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

#404EED (or 0x404EED) is known color: Neon Blue. HEX triplet: 40, 4E and ED. RGB value is (64,78,237). Sum of RGB (Red+Green+Blue) = 64+78+237=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #404EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EED is #BFB112. Grayscale: #5B5B5B. Windows color (decimal): -12562707 or 15552064. OLE color: 15552064.

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

Color convert

RGB 64 78 237 -
CMYK 0.73 0.67 0 0.07
HSL 235.14º 0.83% 0.59% -
HSV(B) 235.14º 0.73% 0.93% -
XYZ 20.12 12.65 81.5 -
YUV 91.94 209.86 108.07 -
System Red Green Blue C M Y K H S L
Decimal 64 78 237 0.73 0.67 0 0.07 235.14 0.83 0.59
Hex 40 4E ED 49 43 0 7 EB 53 3B
Octal 100 116 355 111 103 0 7 353 123 73
Binary 1000000 1001110 11101101 1001001 1000011 0 111 11101011 1010011 111011

Color Harmonies of #404EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EED

Black with #404EED

Text Example


Text Example

White with #404EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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