Shades of Neon Blue #515FEF
Tints of Neon Blue #515FEF
RGB
CMYK
RGB Variations
Color information
#515FEF (or 0x515FEF) is known color: Neon Blue. HEX triplet: 51, 5F and EF. RGB value is (81,95,239). Sum of RGB (Red+Green+Blue) = 81+95+239=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #515FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FEF is #AEA010. Grayscale: #6A6A6A. Windows color (decimal): -11444241 or 15687505. OLE color: 15687505.
HSL color Cylindrical-coordinate representation of color #515FEF: hue angle of 234.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515FEF is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 95 | 239 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.06 |
| HSL | 234.68º | 0.83% | 0.63% | - |
| HSV(B) | 234.68º | 0.66% | 0.94% | - |
| XYZ | 23.07 | 16.17 | 83.57 | - |
| YUV | 107.23 | 202.36 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 239 | 0.66 | 0.60 | 0 | 0.06 | 234.68 | 0.83 | 0.63 |
| Hex | 51 | 5F | EF | 42 | 3C | 0 | 6 | EB | 53 | 3F |
| Octal | 121 | 137 | 357 | 102 | 74 | 0 | 6 | 353 | 123 | 77 |
| Binary | 1010001 | 1011111 | 11101111 | 1000010 | 111100 | 0 | 110 | 11101011 | 1010011 | 111111 |
Color Harmonies of #515FEF
Complementary color
Monochromatic Colors of #515FEF
Black with #515FEF
Text Example
Text Example
White with #515FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FEF; }
p { color: rgb(81,95,239); }
H1.HeaderClassName
{
color: #515FEF;
}
.AnyTagClassName
{
color: #515FEF;
}
</style>
background-color css
<style>
a { background-color: #515FEF; }
a { background-color: rgb(81,95,239); }
div.DivClassName
{
background-color: #515FEF;
}
.BgClassName
{
background-color: #515FEF;
}
</style>
border-color css
<style>
span { border-color: #515FEF; }
span { border-color: rgb(81,95,239); }
td.TdClassName
{
border-color: #515FEF;
}
.TagClassName
{
border-color: #515FEF;
}
</style>