Shades of Neon Blue #5F63FF
Tints of Neon Blue #5F63FF
RGB
CMYK
RGB Variations
Color information
#5F63FF (or 0x5F63FF) is known color: Neon Blue. HEX triplet: 5F, 63 and FF. RGB value is (95,99,255). Sum of RGB (Red+Green+Blue) = 95+99+255=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F63FF is #A09C00. Grayscale: #727272. Windows color (decimal): -10525697 or 16737119. OLE color: 16737119.
HSL color Cylindrical-coordinate representation of color #5F63FF: hue angle of 238.5º 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 #5F63FF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 99 | 255 | - |
| CMYK | 0.63 | 0.61 | 0 | 0 |
| HSL | 238.5º | 1% | 0.69% | - |
| HSV(B) | 238.5º | 0.63% | 1% | - |
| XYZ | 27.23 | 18.58 | 96.76 | - |
| YUV | 115.59 | 206.67 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 255 | 0.63 | 0.61 | 0 | 0 | 238.5 | 1 | 0.69 |
| Hex | 5F | 63 | FF | 3F | 3D | 0 | 0 | EE | 64 | 45 |
| Octal | 137 | 143 | 377 | 77 | 75 | 0 | 0 | 356 | 144 | 105 |
| Binary | 1011111 | 1100011 | 11111111 | 111111 | 111101 | 0 | 0 | 11101110 | 1100100 | 1000101 |
Color Harmonies of #5F63FF
Complementary color
Monochromatic Colors of #5F63FF
Black with #5F63FF
Text Example
Text Example
White with #5F63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63FF; }
p { color: rgb(95,99,255); }
H1.HeaderClassName
{
color: #5F63FF;
}
.AnyTagClassName
{
color: #5F63FF;
}
</style>
background-color css
<style>
a { background-color: #5F63FF; }
a { background-color: rgb(95,99,255); }
div.DivClassName
{
background-color: #5F63FF;
}
.BgClassName
{
background-color: #5F63FF;
}
</style>
border-color css
<style>
span { border-color: #5F63FF; }
span { border-color: rgb(95,99,255); }
td.TdClassName
{
border-color: #5F63FF;
}
.TagClassName
{
border-color: #5F63FF;
}
</style>