Shades of Neon Blue #5F68FF
Tints of Neon Blue #5F68FF
RGB
CMYK
RGB Variations
Color information
#5F68FF (or 0x5F68FF) is known color: Neon Blue. HEX triplet: 5F, 68 and FF. RGB value is (95,104,255). Sum of RGB (Red+Green+Blue) = 95+104+255=454 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.93% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F68FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F68FF is #A09700. Grayscale: #757575. Windows color (decimal): -10524417 or 16738399. OLE color: 16738399.
HSL color Cylindrical-coordinate representation of color #5F68FF: hue angle of 236.62º 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 #5F68FF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 104 | 255 | - |
| CMYK | 0.63 | 0.59 | 0 | 0 |
| HSL | 236.63º | 1% | 0.69% | - |
| HSV(B) | 236.63º | 0.63% | 1% | - |
| XYZ | 27.72 | 19.55 | 96.92 | - |
| YUV | 118.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 255 | 0.63 | 0.59 | 0 | 0 | 236.63 | 1 | 0.69 |
| Hex | 5F | 68 | FF | 3F | 3B | 0 | 0 | ED | 64 | 45 |
| Octal | 137 | 150 | 377 | 77 | 73 | 0 | 0 | 355 | 144 | 105 |
| Binary | 1011111 | 1101000 | 11111111 | 111111 | 111011 | 0 | 0 | 11101101 | 1100100 | 1000101 |
Color Harmonies of #5F68FF
Complementary color
Monochromatic Colors of #5F68FF
Black with #5F68FF
Text Example
Text Example
White with #5F68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F68FF; }
p { color: rgb(95,104,255); }
H1.HeaderClassName
{
color: #5F68FF;
}
.AnyTagClassName
{
color: #5F68FF;
}
</style>
background-color css
<style>
a { background-color: #5F68FF; }
a { background-color: rgb(95,104,255); }
div.DivClassName
{
background-color: #5F68FF;
}
.BgClassName
{
background-color: #5F68FF;
}
</style>
border-color css
<style>
span { border-color: #5F68FF; }
span { border-color: rgb(95,104,255); }
td.TdClassName
{
border-color: #5F68FF;
}
.TagClassName
{
border-color: #5F68FF;
}
</style>