Html Css Color HEX #404BE6 Neon Blue

📋 copy color: '#404BE6'

red 64 ◦ green 75 ◦ blue 230

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

Shades of Neon Blue #404BE6

Tints of Neon Blue #404BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 62.33%

R = 17.34%
G = 20.33%
B = 62.33%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#404BE6 (or 0x404BE6) is known color: Neon Blue. HEX triplet: 40, 4B and E6. RGB value is (64,75,230). Sum of RGB (Red+Green+Blue) = 64+75+230=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #404BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BE6 is #BFB419. Grayscale: #585858. Windows color (decimal): -12563482 or 15092544. OLE color: 15092544.

HSL color Cylindrical-coordinate representation of color #404BE6: hue angle of 236.02º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404BE6 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 75 230 -
CMYK 0.72 0.67 0 0.10
HSL 236.02º 0.77% 0.58% -
HSV(B) 236.02º 0.72% 0.9% -
XYZ 18.91 11.84 76.15 -
YUV 89.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 64 75 230 0.72 0.67 0 0.10 236.02 0.77 0.58
Hex 40 4B E6 48 43 0 A EC 4D 3A
Octal 100 113 346 110 103 0 12 354 115 72
Binary 1000000 1001011 11100110 1001000 1000011 0 1010 11101100 1001101 111010

Color Harmonies of #404BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BE6

Black with #404BE6

Text Example


Text Example

White with #404BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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