Shades of Neon Blue #5F50EF
Tints of Neon Blue #5F50EF
RGB
CMYK
RGB Variations
Color information
#5F50EF (or 0x5F50EF) is known color: Neon Blue. HEX triplet: 5F, 50 and EF. RGB value is (95,80,239). Sum of RGB (Red+Green+Blue) = 95+80+239=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F50EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F50EF is #A0AF10. Grayscale: #656565. Windows color (decimal): -10530577 or 15683679. OLE color: 15683679.
HSL color Cylindrical-coordinate representation of color #5F50EF: hue angle of 245.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F50EF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 80 | 239 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.06 |
| HSL | 245.66º | 0.83% | 0.63% | - |
| HSV(B) | 245.66º | 0.67% | 0.94% | - |
| XYZ | 23.17 | 14.4 | 83.22 | - |
| YUV | 102.61 | 204.97 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 239 | 0.60 | 0.67 | 0 | 0.06 | 245.66 | 0.83 | 0.63 |
| Hex | 5F | 50 | EF | 3C | 43 | 0 | 6 | F6 | 53 | 3F |
| Octal | 137 | 120 | 357 | 74 | 103 | 0 | 6 | 366 | 123 | 77 |
| Binary | 1011111 | 1010000 | 11101111 | 111100 | 1000011 | 0 | 110 | 11110110 | 1010011 | 111111 |
Color Harmonies of #5F50EF
Complementary color
Monochromatic Colors of #5F50EF
Black with #5F50EF
Text Example
Text Example
White with #5F50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F50EF; }
p { color: rgb(95,80,239); }
H1.HeaderClassName
{
color: #5F50EF;
}
.AnyTagClassName
{
color: #5F50EF;
}
</style>
background-color css
<style>
a { background-color: #5F50EF; }
a { background-color: rgb(95,80,239); }
div.DivClassName
{
background-color: #5F50EF;
}
.BgClassName
{
background-color: #5F50EF;
}
</style>
border-color css
<style>
span { border-color: #5F50EF; }
span { border-color: rgb(95,80,239); }
td.TdClassName
{
border-color: #5F50EF;
}
.TagClassName
{
border-color: #5F50EF;
}
</style>