Shades of Neon Blue #5155FC
Tints of Neon Blue #5155FC
RGB
CMYK
RGB Variations
Color information
#5155FC (or 0x5155FC) is known color: Neon Blue. HEX triplet: 51, 55 and FC. RGB value is (81,85,252). Sum of RGB (Red+Green+Blue) = 81+85+252=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #5155FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155FC is #AEAA03. Grayscale: #666666. Windows color (decimal): -11446788 or 16536913. OLE color: 16536913.
HSL color Cylindrical-coordinate representation of color #5155FC: hue angle of 238.6º 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 #5155FC is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 85 | 252 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.01 |
| HSL | 238.6º | 0.97% | 0.65% | - |
| HSV(B) | 238.6º | 0.68% | 0.99% | - |
| XYZ | 24.21 | 15.27 | 93.77 | - |
| YUV | 102.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 252 | 0.68 | 0.66 | 0 | 0.01 | 238.6 | 0.97 | 0.65 |
| Hex | 51 | 55 | FC | 44 | 42 | 0 | 1 | EF | 61 | 41 |
| Octal | 121 | 125 | 374 | 104 | 102 | 0 | 1 | 357 | 141 | 101 |
| Binary | 1010001 | 1010101 | 11111100 | 1000100 | 1000010 | 0 | 1 | 11101111 | 1100001 | 1000001 |
Color Harmonies of #5155FC
Complementary color
Monochromatic Colors of #5155FC
Black with #5155FC
Text Example
Text Example
White with #5155FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155FC; }
p { color: rgb(81,85,252); }
H1.HeaderClassName
{
color: #5155FC;
}
.AnyTagClassName
{
color: #5155FC;
}
</style>
background-color css
<style>
a { background-color: #5155FC; }
a { background-color: rgb(81,85,252); }
div.DivClassName
{
background-color: #5155FC;
}
.BgClassName
{
background-color: #5155FC;
}
</style>
border-color css
<style>
span { border-color: #5155FC; }
span { border-color: rgb(81,85,252); }
td.TdClassName
{
border-color: #5155FC;
}
.TagClassName
{
border-color: #5155FC;
}
</style>