Html Css Color HEX #404BEE Neon Blue

📋 copy color: '#404BEE'

red 64 ◦ green 75 ◦ blue 238

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

Shades of Neon Blue #404BEE

Tints of Neon Blue #404BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 16.98%
G = 19.89%
B = 63.13%

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

#404BEE (or 0x404BEE) is known color: Neon Blue. HEX triplet: 40, 4B and EE. RGB value is (64,75,238). Sum of RGB (Red+Green+Blue) = 64+75+238=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #404BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BEE is #BFB411. Grayscale: #595959. Windows color (decimal): -12563474 or 15616832. OLE color: 15616832.

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

Color convert

RGB 64 75 238 -
CMYK 0.73 0.68 0 0.07
HSL 236.21º 0.84% 0.59% -
HSV(B) 236.21º 0.73% 0.93% -
XYZ 20.06 12.3 82.2 -
YUV 90.29 211.36 109.25 -
System Red Green Blue C M Y K H S L
Decimal 64 75 238 0.73 0.68 0 0.07 236.21 0.84 0.59
Hex 40 4B EE 49 44 0 7 EC 54 3B
Octal 100 113 356 111 104 0 7 354 124 73
Binary 1000000 1001011 11101110 1001001 1000100 0 111 11101100 1010100 111011

Color Harmonies of #404BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BEE

Black with #404BEE

Text Example


Text Example

White with #404BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,238); }

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

background-color css

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

 a { background-color: rgb(64,75,238); }

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

border-color css

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

 span { border-color: rgb(64,75,238); }

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