Shades of Neon Blue #5F56FF
Tints of Neon Blue #5F56FF
RGB
CMYK
RGB Variations
Color information
#5F56FF (or 0x5F56FF) is known color: Neon Blue. HEX triplet: 5F, 56 and FF. RGB value is (95,86,255). Sum of RGB (Red+Green+Blue) = 95+86+255=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F56FF is #A0A900. Grayscale: #6B6B6B. Windows color (decimal): -10529025 or 16733791. OLE color: 16733791.
HSL color Cylindrical-coordinate representation of color #5F56FF: hue angle of 243.2º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F56FF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 86 | 255 | - |
| CMYK | 0.63 | 0.66 | 0 | 0 |
| HSL | 243.2º | 1% | 0.67% | - |
| HSV(B) | 243.2º | 0.66% | 1% | - |
| XYZ | 26.1 | 16.31 | 96.38 | - |
| YUV | 107.96 | 210.98 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 255 | 0.63 | 0.66 | 0 | 0 | 243.2 | 1 | 0.67 |
| Hex | 5F | 56 | FF | 3F | 42 | 0 | 0 | F3 | 64 | 43 |
| Octal | 137 | 126 | 377 | 77 | 102 | 0 | 0 | 363 | 144 | 103 |
| Binary | 1011111 | 1010110 | 11111111 | 111111 | 1000010 | 0 | 0 | 11110011 | 1100100 | 1000011 |
Color Harmonies of #5F56FF
Complementary color
Monochromatic Colors of #5F56FF
Black with #5F56FF
Text Example
Text Example
White with #5F56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F56FF; }
p { color: rgb(95,86,255); }
H1.HeaderClassName
{
color: #5F56FF;
}
.AnyTagClassName
{
color: #5F56FF;
}
</style>
background-color css
<style>
a { background-color: #5F56FF; }
a { background-color: rgb(95,86,255); }
div.DivClassName
{
background-color: #5F56FF;
}
.BgClassName
{
background-color: #5F56FF;
}
</style>
border-color css
<style>
span { border-color: #5F56FF; }
span { border-color: rgb(95,86,255); }
td.TdClassName
{
border-color: #5F56FF;
}
.TagClassName
{
border-color: #5F56FF;
}
</style>