Shades of Neon Blue #5153FE
Tints of Neon Blue #5153FE
RGB
CMYK
RGB Variations
Color information
#5153FE (or 0x5153FE) is known color: Neon Blue. HEX triplet: 51, 53 and FE. RGB value is (81,83,254). Sum of RGB (Red+Green+Blue) = 81+83+254=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #5153FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5153FE is #AEAC01. Grayscale: #656565. Windows color (decimal): -11447298 or 16667473. OLE color: 16667473.
HSL color Cylindrical-coordinate representation of color #5153FE: hue angle of 239.31º 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 #5153FE is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 83 | 254 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.00 |
| HSL | 239.31º | 0.99% | 0.66% | - |
| HSV(B) | 239.31º | 0.68% | 1% | - |
| XYZ | 24.38 | 15.09 | 95.39 | - |
| YUV | 101.9 | 213.84 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 254 | 0.68 | 0.67 | 0 | 0.00 | 239.31 | 0.99 | 0.66 |
| Hex | 51 | 53 | FE | 44 | 43 | 0 | 0 | EF | 63 | 42 |
| Octal | 121 | 123 | 376 | 104 | 103 | 0 | 0 | 357 | 143 | 102 |
| Binary | 1010001 | 1010011 | 11111110 | 1000100 | 1000011 | 0 | 0 | 11101111 | 1100011 | 1000010 |
Color Harmonies of #5153FE
Complementary color
Monochromatic Colors of #5153FE
Black with #5153FE
Text Example
Text Example
White with #5153FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5153FE; }
p { color: rgb(81,83,254); }
H1.HeaderClassName
{
color: #5153FE;
}
.AnyTagClassName
{
color: #5153FE;
}
</style>
background-color css
<style>
a { background-color: #5153FE; }
a { background-color: rgb(81,83,254); }
div.DivClassName
{
background-color: #5153FE;
}
.BgClassName
{
background-color: #5153FE;
}
</style>
border-color css
<style>
span { border-color: #5153FE; }
span { border-color: rgb(81,83,254); }
td.TdClassName
{
border-color: #5153FE;
}
.TagClassName
{
border-color: #5153FE;
}
</style>