Shades of Neon Blue #5F51FE
Tints of Neon Blue #5F51FE
RGB
CMYK
RGB Variations
Color information
#5F51FE (or 0x5F51FE) is known color: Neon Blue. HEX triplet: 5F, 51 and FE. RGB value is (95,81,254). Sum of RGB (Red+Green+Blue) = 95+81+254=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F51FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F51FE is #A0AE01. Grayscale: #686868. Windows color (decimal): -10530306 or 16666975. OLE color: 16666975.
HSL color Cylindrical-coordinate representation of color #5F51FE: hue angle of 244.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F51FE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 81 | 254 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.00 |
| HSL | 244.86º | 0.99% | 0.66% | - |
| HSV(B) | 244.86º | 0.68% | 1% | - |
| XYZ | 25.55 | 15.47 | 95.41 | - |
| YUV | 104.91 | 212.14 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 254 | 0.63 | 0.68 | 0 | 0.00 | 244.86 | 0.99 | 0.66 |
| Hex | 5F | 51 | FE | 3F | 44 | 0 | 0 | F5 | 63 | 42 |
| Octal | 137 | 121 | 376 | 77 | 104 | 0 | 0 | 365 | 143 | 102 |
| Binary | 1011111 | 1010001 | 11111110 | 111111 | 1000100 | 0 | 0 | 11110101 | 1100011 | 1000010 |
Color Harmonies of #5F51FE
Complementary color
Monochromatic Colors of #5F51FE
Black with #5F51FE
Text Example
Text Example
White with #5F51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F51FE; }
p { color: rgb(95,81,254); }
H1.HeaderClassName
{
color: #5F51FE;
}
.AnyTagClassName
{
color: #5F51FE;
}
</style>
background-color css
<style>
a { background-color: #5F51FE; }
a { background-color: rgb(95,81,254); }
div.DivClassName
{
background-color: #5F51FE;
}
.BgClassName
{
background-color: #5F51FE;
}
</style>
border-color css
<style>
span { border-color: #5F51FE; }
span { border-color: rgb(95,81,254); }
td.TdClassName
{
border-color: #5F51FE;
}
.TagClassName
{
border-color: #5F51FE;
}
</style>