Shades of Neon Blue #5F5FFD
Tints of Neon Blue #5F5FFD
RGB
CMYK
RGB Variations
Color information
#5F5FFD (or 0x5F5FFD) is known color: Neon Blue. HEX triplet: 5F, 5F and FD. RGB value is (95,95,253). Sum of RGB (Red+Green+Blue) = 95+95+253=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F5FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5FFD is #A0A002. Grayscale: #707070. Windows color (decimal): -10526723 or 16605023. OLE color: 16605023.
HSL color Cylindrical-coordinate representation of color #5F5FFD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F5FFD is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 95 | 253 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.68% | - |
| HSV(B) | 240º | 0.62% | 0.99% | - |
| XYZ | 26.54 | 17.71 | 94.95 | - |
| YUV | 113.01 | 207 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 253 | 0.62 | 0.62 | 0 | 0.01 | 240 | 0.98 | 0.68 |
| Hex | 5F | 5F | FD | 3E | 3E | 0 | 1 | F0 | 62 | 44 |
| Octal | 137 | 137 | 375 | 76 | 76 | 0 | 1 | 360 | 142 | 104 |
| Binary | 1011111 | 1011111 | 11111101 | 111110 | 111110 | 0 | 1 | 11110000 | 1100010 | 1000100 |
Color Harmonies of #5F5FFD
Complementary color
Monochromatic Colors of #5F5FFD
Black with #5F5FFD
Text Example
Text Example
White with #5F5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5FFD; }
p { color: rgb(95,95,253); }
H1.HeaderClassName
{
color: #5F5FFD;
}
.AnyTagClassName
{
color: #5F5FFD;
}
</style>
background-color css
<style>
a { background-color: #5F5FFD; }
a { background-color: rgb(95,95,253); }
div.DivClassName
{
background-color: #5F5FFD;
}
.BgClassName
{
background-color: #5F5FFD;
}
</style>
border-color css
<style>
span { border-color: #5F5FFD; }
span { border-color: rgb(95,95,253); }
td.TdClassName
{
border-color: #5F5FFD;
}
.TagClassName
{
border-color: #5F5FFD;
}
</style>