Shades of Neon Blue #405BFC
Tints of Neon Blue #405BFC
RGB
CMYK
RGB Variations
Color information
#405BFC (or 0x405BFC) is known color: Neon Blue. HEX triplet: 40, 5B and FC. RGB value is (64,91,252). Sum of RGB (Red+Green+Blue) = 64+91+252=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #405BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405BFC is #BFA403. Grayscale: #646464. Windows color (decimal): -12559364 or 16538432. OLE color: 16538432.
HSL color Cylindrical-coordinate representation of color #405BFC: hue angle of 231.38º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405BFC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 91 | 252 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.01 |
| HSL | 231.38º | 0.97% | 0.62% | - |
| HSV(B) | 231.38º | 0.75% | 0.99% | - |
| XYZ | 23.43 | 15.6 | 93.87 | - |
| YUV | 101.28 | 213.05 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 252 | 0.75 | 0.64 | 0 | 0.01 | 231.38 | 0.97 | 0.62 |
| Hex | 40 | 5B | FC | 4B | 40 | 0 | 1 | E7 | 61 | 3E |
| Octal | 100 | 133 | 374 | 113 | 100 | 0 | 1 | 347 | 141 | 76 |
| Binary | 1000000 | 1011011 | 11111100 | 1001011 | 1000000 | 0 | 1 | 11100111 | 1100001 | 111110 |
Color Harmonies of #405BFC
Complementary color
Monochromatic Colors of #405BFC
Black with #405BFC
Text Example
Text Example
White with #405BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BFC; }
p { color: rgb(64,91,252); }
H1.HeaderClassName
{
color: #405BFC;
}
.AnyTagClassName
{
color: #405BFC;
}
</style>
background-color css
<style>
a { background-color: #405BFC; }
a { background-color: rgb(64,91,252); }
div.DivClassName
{
background-color: #405BFC;
}
.BgClassName
{
background-color: #405BFC;
}
</style>
border-color css
<style>
span { border-color: #405BFC; }
span { border-color: rgb(64,91,252); }
td.TdClassName
{
border-color: #405BFC;
}
.TagClassName
{
border-color: #405BFC;
}
</style>