Shades of Neon Blue #405AF9
Tints of Neon Blue #405AF9
RGB
CMYK
RGB Variations
Color information
#405AF9 (or 0x405AF9) is known color: Neon Blue. HEX triplet: 40, 5A and F9. RGB value is (64,90,249). Sum of RGB (Red+Green+Blue) = 64+90+249=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #405AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AF9 is #BFA506. Grayscale: #636363. Windows color (decimal): -12559623 or 16341568. OLE color: 16341568.
HSL color Cylindrical-coordinate representation of color #405AF9: hue angle of 231.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405AF9 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 90 | 249 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.02 |
| HSL | 231.57º | 0.94% | 0.61% | - |
| HSV(B) | 231.57º | 0.74% | 0.98% | - |
| XYZ | 22.87 | 15.24 | 91.36 | - |
| YUV | 100.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 249 | 0.74 | 0.64 | 0 | 0.02 | 231.57 | 0.94 | 0.61 |
| Hex | 40 | 5A | F9 | 4A | 40 | 0 | 2 | E8 | 5E | 3D |
| Octal | 100 | 132 | 371 | 112 | 100 | 0 | 2 | 350 | 136 | 75 |
| Binary | 1000000 | 1011010 | 11111001 | 1001010 | 1000000 | 0 | 10 | 11101000 | 1011110 | 111101 |
Color Harmonies of #405AF9
Complementary color
Monochromatic Colors of #405AF9
Black with #405AF9
Text Example
Text Example
White with #405AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AF9; }
p { color: rgb(64,90,249); }
H1.HeaderClassName
{
color: #405AF9;
}
.AnyTagClassName
{
color: #405AF9;
}
</style>
background-color css
<style>
a { background-color: #405AF9; }
a { background-color: rgb(64,90,249); }
div.DivClassName
{
background-color: #405AF9;
}
.BgClassName
{
background-color: #405AF9;
}
</style>
border-color css
<style>
span { border-color: #405AF9; }
span { border-color: rgb(64,90,249); }
td.TdClassName
{
border-color: #405AF9;
}
.TagClassName
{
border-color: #405AF9;
}
</style>