Shades of Neon Blue #515FFC
Tints of Neon Blue #515FFC
RGB
CMYK
RGB Variations
Color information
#515FFC (or 0x515FFC) is known color: Neon Blue. HEX triplet: 51, 5F and FC. RGB value is (81,95,252). Sum of RGB (Red+Green+Blue) = 81+95+252=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #515FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FFC is #AEA003. Grayscale: #6C6C6C. Windows color (decimal): -11444228 or 16539473. OLE color: 16539473.
HSL color Cylindrical-coordinate representation of color #515FFC: hue angle of 235.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515FFC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 95 | 252 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.01 |
| HSL | 235.09º | 0.97% | 0.65% | - |
| HSV(B) | 235.09º | 0.68% | 0.99% | - |
| XYZ | 25.06 | 16.96 | 94.05 | - |
| YUV | 108.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 252 | 0.68 | 0.62 | 0 | 0.01 | 235.09 | 0.97 | 0.65 |
| Hex | 51 | 5F | FC | 44 | 3E | 0 | 1 | EB | 61 | 41 |
| Octal | 121 | 137 | 374 | 104 | 76 | 0 | 1 | 353 | 141 | 101 |
| Binary | 1010001 | 1011111 | 11111100 | 1000100 | 111110 | 0 | 1 | 11101011 | 1100001 | 1000001 |
Color Harmonies of #515FFC
Complementary color
Monochromatic Colors of #515FFC
Black with #515FFC
Text Example
Text Example
White with #515FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FFC; }
p { color: rgb(81,95,252); }
H1.HeaderClassName
{
color: #515FFC;
}
.AnyTagClassName
{
color: #515FFC;
}
</style>
background-color css
<style>
a { background-color: #515FFC; }
a { background-color: rgb(81,95,252); }
div.DivClassName
{
background-color: #515FFC;
}
.BgClassName
{
background-color: #515FFC;
}
</style>
border-color css
<style>
span { border-color: #515FFC; }
span { border-color: rgb(81,95,252); }
td.TdClassName
{
border-color: #515FFC;
}
.TagClassName
{
border-color: #515FFC;
}
</style>