Shades of Neon Blue #5F62FF
Tints of Neon Blue #5F62FF
RGB
CMYK
RGB Variations
Color information
#5F62FF (or 0x5F62FF) is known color: Neon Blue. HEX triplet: 5F, 62 and FF. RGB value is (95,98,255). Sum of RGB (Red+Green+Blue) = 95+98+255=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F62FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F62FF is #A09D00. Grayscale: #727272. Windows color (decimal): -10525953 or 16736863. OLE color: 16736863.
HSL color Cylindrical-coordinate representation of color #5F62FF: hue angle of 238.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F62FF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 98 | 255 | - |
| CMYK | 0.63 | 0.62 | 0 | 0 |
| HSL | 238.88º | 1% | 0.69% | - |
| HSV(B) | 238.88º | 0.63% | 1% | - |
| XYZ | 27.14 | 18.39 | 96.73 | - |
| YUV | 115 | 207.01 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 255 | 0.63 | 0.62 | 0 | 0 | 238.88 | 1 | 0.69 |
| Hex | 5F | 62 | FF | 3F | 3E | 0 | 0 | EF | 64 | 45 |
| Octal | 137 | 142 | 377 | 77 | 76 | 0 | 0 | 357 | 144 | 105 |
| Binary | 1011111 | 1100010 | 11111111 | 111111 | 111110 | 0 | 0 | 11101111 | 1100100 | 1000101 |
Color Harmonies of #5F62FF
Complementary color
Monochromatic Colors of #5F62FF
Black with #5F62FF
Text Example
Text Example
White with #5F62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F62FF; }
p { color: rgb(95,98,255); }
H1.HeaderClassName
{
color: #5F62FF;
}
.AnyTagClassName
{
color: #5F62FF;
}
</style>
background-color css
<style>
a { background-color: #5F62FF; }
a { background-color: rgb(95,98,255); }
div.DivClassName
{
background-color: #5F62FF;
}
.BgClassName
{
background-color: #5F62FF;
}
</style>
border-color css
<style>
span { border-color: #5F62FF; }
span { border-color: rgb(95,98,255); }
td.TdClassName
{
border-color: #5F62FF;
}
.TagClassName
{
border-color: #5F62FF;
}
</style>