Shades of Neon Blue #5155FE
Tints of Neon Blue #5155FE
RGB
CMYK
RGB Variations
Color information
#5155FE (or 0x5155FE) is known color: Neon Blue. HEX triplet: 51, 55 and FE. RGB value is (81,85,254). Sum of RGB (Red+Green+Blue) = 81+85+254=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #5155FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155FE is #AEAA01. Grayscale: #666666. Windows color (decimal): -11446786 or 16667985. OLE color: 16667985.
HSL color Cylindrical-coordinate representation of color #5155FE: hue angle of 238.61º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5155FE is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 85 | 254 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.00 |
| HSL | 238.61º | 0.99% | 0.66% | - |
| HSV(B) | 238.61º | 0.68% | 1% | - |
| XYZ | 24.53 | 15.4 | 95.45 | - |
| YUV | 103.07 | 213.17 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 254 | 0.68 | 0.67 | 0 | 0.00 | 238.61 | 0.99 | 0.66 |
| Hex | 51 | 55 | FE | 44 | 43 | 0 | 0 | EF | 63 | 42 |
| Octal | 121 | 125 | 376 | 104 | 103 | 0 | 0 | 357 | 143 | 102 |
| Binary | 1010001 | 1010101 | 11111110 | 1000100 | 1000011 | 0 | 0 | 11101111 | 1100011 | 1000010 |
Color Harmonies of #5155FE
Complementary color
Monochromatic Colors of #5155FE
Black with #5155FE
Text Example
Text Example
White with #5155FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155FE; }
p { color: rgb(81,85,254); }
H1.HeaderClassName
{
color: #5155FE;
}
.AnyTagClassName
{
color: #5155FE;
}
</style>
background-color css
<style>
a { background-color: #5155FE; }
a { background-color: rgb(81,85,254); }
div.DivClassName
{
background-color: #5155FE;
}
.BgClassName
{
background-color: #5155FE;
}
</style>
border-color css
<style>
span { border-color: #5155FE; }
span { border-color: rgb(81,85,254); }
td.TdClassName
{
border-color: #5155FE;
}
.TagClassName
{
border-color: #5155FE;
}
</style>