Html Css Color HEX #404AEB Neon Blue

📋 copy color: '#404AEB'

red 64 ◦ green 74 ◦ blue 235

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

Shades of Neon Blue #404AEB

Tints of Neon Blue #404AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 235 (92.19% from 255) = 63%

R = 17.16%
G = 19.84%
B = 63%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#404AEB (or 0x404AEB) is known color: Neon Blue. HEX triplet: 40, 4A and EB. RGB value is (64,74,235). Sum of RGB (Red+Green+Blue) = 64+74+235=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #404AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404AEB is #BFB514. Grayscale: #585858. Windows color (decimal): -12563733 or 15419968. OLE color: 15419968.

HSL color Cylindrical-coordinate representation of color #404AEB: hue angle of 236.49º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404AEB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 74 235 -
CMYK 0.73 0.69 0 0.08
HSL 236.49º 0.81% 0.59% -
HSV(B) 236.49º 0.73% 0.92% -
XYZ 19.56 11.99 79.88 -
YUV 89.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 64 74 235 0.73 0.69 0 0.08 236.49 0.81 0.59
Hex 40 4A EB 49 45 0 8 EC 51 3B
Octal 100 112 353 111 105 0 10 354 121 73
Binary 1000000 1001010 11101011 1001001 1000101 0 1000 11101100 1010001 111011

Color Harmonies of #404AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AEB

Black with #404AEB

Text Example


Text Example

White with #404AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,235); }

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

background-color css

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

 a { background-color: rgb(64,74,235); }

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

border-color css

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

 span { border-color: rgb(64,74,235); }

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