Shades of Neon Blue #405DFC
Tints of Neon Blue #405DFC
RGB
CMYK
RGB Variations
Color information
#405DFC (or 0x405DFC) is known color: Neon Blue. HEX triplet: 40, 5D and FC. RGB value is (64,93,252). Sum of RGB (Red+Green+Blue) = 64+93+252=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #405DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DFC is #BFA203. Grayscale: #656565. Windows color (decimal): -12558852 or 16538944. OLE color: 16538944.
HSL color Cylindrical-coordinate representation of color #405DFC: hue angle of 230.74º 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 #405DFC is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 93 | 252 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.01 |
| HSL | 230.74º | 0.97% | 0.62% | - |
| HSV(B) | 230.74º | 0.75% | 0.99% | - |
| XYZ | 23.6 | 15.95 | 93.93 | - |
| YUV | 102.46 | 212.39 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 252 | 0.75 | 0.63 | 0 | 0.01 | 230.74 | 0.97 | 0.62 |
| Hex | 40 | 5D | FC | 4B | 3F | 0 | 1 | E7 | 61 | 3E |
| Octal | 100 | 135 | 374 | 113 | 77 | 0 | 1 | 347 | 141 | 76 |
| Binary | 1000000 | 1011101 | 11111100 | 1001011 | 111111 | 0 | 1 | 11100111 | 1100001 | 111110 |
Color Harmonies of #405DFC
Complementary color
Monochromatic Colors of #405DFC
Black with #405DFC
Text Example
Text Example
White with #405DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DFC; }
p { color: rgb(64,93,252); }
H1.HeaderClassName
{
color: #405DFC;
}
.AnyTagClassName
{
color: #405DFC;
}
</style>
background-color css
<style>
a { background-color: #405DFC; }
a { background-color: rgb(64,93,252); }
div.DivClassName
{
background-color: #405DFC;
}
.BgClassName
{
background-color: #405DFC;
}
</style>
border-color css
<style>
span { border-color: #405DFC; }
span { border-color: rgb(64,93,252); }
td.TdClassName
{
border-color: #405DFC;
}
.TagClassName
{
border-color: #405DFC;
}
</style>