Html Css Color HEX #404AEA Neon Blue

📋 copy color: '#404AEA'

red 64 ◦ green 74 ◦ blue 234

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

Shades of Neon Blue #404AEA

Tints of Neon Blue #404AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.9%

R = 17.2%
G = 19.89%
B = 62.9%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#404AEA (or 0x404AEA) is known color: Neon Blue. HEX triplet: 40, 4A and EA. RGB value is (64,74,234). Sum of RGB (Red+Green+Blue) = 64+74+234=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #404AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404AEA is #BFB515. Grayscale: #585858. Windows color (decimal): -12563734 or 15354432. OLE color: 15354432.

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

Color convert

RGB 64 74 234 -
CMYK 0.73 0.68 0 0.08
HSL 236.47º 0.8% 0.58% -
HSV(B) 236.47º 0.73% 0.92% -
XYZ 19.41 11.93 79.12 -
YUV 89.25 209.69 109.99 -
System Red Green Blue C M Y K H S L
Decimal 64 74 234 0.73 0.68 0 0.08 236.47 0.8 0.58
Hex 40 4A EA 49 44 0 8 EC 50 3A
Octal 100 112 352 111 104 0 10 354 120 72
Binary 1000000 1001010 11101010 1001001 1000100 0 1000 11101100 1010000 111010

Color Harmonies of #404AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AEA

Black with #404AEA

Text Example


Text Example

White with #404AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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