Shades of Neon Blue #5F3FFC
Tints of Neon Blue #5F3FFC
RGB
CMYK
RGB Variations
Color information
#5F3FFC (or 0x5F3FFC) is known color: Neon Blue. HEX triplet: 5F, 3F and FC. RGB value is (95,63,252). Sum of RGB (Red+Green+Blue) = 95+63+252=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F3FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3FFC is #A0C003. Grayscale: #5D5D5D. Windows color (decimal): -10534916 or 16531295. OLE color: 16531295.
HSL color Cylindrical-coordinate representation of color #5F3FFC: hue angle of 250.16º 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 #5F3FFC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 63 | 252 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.01 |
| HSL | 250.16º | 0.97% | 0.62% | - |
| HSV(B) | 250.16º | 0.75% | 0.99% | - |
| XYZ | 24.07 | 13.02 | 93.34 | - |
| YUV | 94.11 | 217.1 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 252 | 0.62 | 0.75 | 0 | 0.01 | 250.16 | 0.97 | 0.62 |
| Hex | 5F | 3F | FC | 3E | 4B | 0 | 1 | FA | 61 | 3E |
| Octal | 137 | 77 | 374 | 76 | 113 | 0 | 1 | 372 | 141 | 76 |
| Binary | 1011111 | 111111 | 11111100 | 111110 | 1001011 | 0 | 1 | 11111010 | 1100001 | 111110 |
Color Harmonies of #5F3FFC
Complementary color
Monochromatic Colors of #5F3FFC
Black with #5F3FFC
Text Example
Text Example
White with #5F3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3FFC; }
p { color: rgb(95,63,252); }
H1.HeaderClassName
{
color: #5F3FFC;
}
.AnyTagClassName
{
color: #5F3FFC;
}
</style>
background-color css
<style>
a { background-color: #5F3FFC; }
a { background-color: rgb(95,63,252); }
div.DivClassName
{
background-color: #5F3FFC;
}
.BgClassName
{
background-color: #5F3FFC;
}
</style>
border-color css
<style>
span { border-color: #5F3FFC; }
span { border-color: rgb(95,63,252); }
td.TdClassName
{
border-color: #5F3FFC;
}
.TagClassName
{
border-color: #5F3FFC;
}
</style>