Shades of Neon Blue #5F60FC
Tints of Neon Blue #5F60FC
RGB
CMYK
RGB Variations
Color information
#5F60FC (or 0x5F60FC) is known color: Neon Blue. HEX triplet: 5F, 60 and FC. RGB value is (95,96,252). Sum of RGB (Red+Green+Blue) = 95+96+252=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F60FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F60FC is #A09F03. Grayscale: #707070. Windows color (decimal): -10526468 or 16539743. OLE color: 16539743.
HSL color Cylindrical-coordinate representation of color #5F60FC: hue angle of 239.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F60FC is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 96 | 252 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.01 |
| HSL | 239.62º | 0.96% | 0.68% | - |
| HSV(B) | 239.62º | 0.62% | 0.99% | - |
| XYZ | 26.47 | 17.83 | 94.14 | - |
| YUV | 113.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 252 | 0.62 | 0.62 | 0 | 0.01 | 239.62 | 0.96 | 0.68 |
| Hex | 5F | 60 | FC | 3E | 3E | 0 | 1 | F0 | 60 | 44 |
| Octal | 137 | 140 | 374 | 76 | 76 | 0 | 1 | 360 | 140 | 104 |
| Binary | 1011111 | 1100000 | 11111100 | 111110 | 111110 | 0 | 1 | 11110000 | 1100000 | 1000100 |
Color Harmonies of #5F60FC
Complementary color
Monochromatic Colors of #5F60FC
Black with #5F60FC
Text Example
Text Example
White with #5F60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F60FC; }
p { color: rgb(95,96,252); }
H1.HeaderClassName
{
color: #5F60FC;
}
.AnyTagClassName
{
color: #5F60FC;
}
</style>
background-color css
<style>
a { background-color: #5F60FC; }
a { background-color: rgb(95,96,252); }
div.DivClassName
{
background-color: #5F60FC;
}
.BgClassName
{
background-color: #5F60FC;
}
</style>
border-color css
<style>
span { border-color: #5F60FC; }
span { border-color: rgb(95,96,252); }
td.TdClassName
{
border-color: #5F60FC;
}
.TagClassName
{
border-color: #5F60FC;
}
</style>