Shades of Neon Blue #5F63FE
Tints of Neon Blue #5F63FE
RGB
CMYK
RGB Variations
Color information
#5F63FE (or 0x5F63FE) is known color: Neon Blue. HEX triplet: 5F, 63 and FE. RGB value is (95,99,254). Sum of RGB (Red+Green+Blue) = 95+99+254=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F63FE is #A09C01. Grayscale: #727272. Windows color (decimal): -10525698 or 16671583. OLE color: 16671583.
HSL color Cylindrical-coordinate representation of color #5F63FE: hue angle of 238.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F63FE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 99 | 254 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.00 |
| HSL | 238.49º | 0.99% | 0.68% | - |
| HSV(B) | 238.49º | 0.63% | 1% | - |
| XYZ | 27.07 | 18.51 | 95.91 | - |
| YUV | 115.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 254 | 0.63 | 0.61 | 0 | 0.00 | 238.49 | 0.99 | 0.68 |
| Hex | 5F | 63 | FE | 3F | 3D | 0 | 0 | EE | 63 | 44 |
| Octal | 137 | 143 | 376 | 77 | 75 | 0 | 0 | 356 | 143 | 104 |
| Binary | 1011111 | 1100011 | 11111110 | 111111 | 111101 | 0 | 0 | 11101110 | 1100011 | 1000100 |
Color Harmonies of #5F63FE
Complementary color
Monochromatic Colors of #5F63FE
Black with #5F63FE
Text Example
Text Example
White with #5F63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63FE; }
p { color: rgb(95,99,254); }
H1.HeaderClassName
{
color: #5F63FE;
}
.AnyTagClassName
{
color: #5F63FE;
}
</style>
background-color css
<style>
a { background-color: #5F63FE; }
a { background-color: rgb(95,99,254); }
div.DivClassName
{
background-color: #5F63FE;
}
.BgClassName
{
background-color: #5F63FE;
}
</style>
border-color css
<style>
span { border-color: #5F63FE; }
span { border-color: rgb(95,99,254); }
td.TdClassName
{
border-color: #5F63FE;
}
.TagClassName
{
border-color: #5F63FE;
}
</style>