Shades of Neon Blue #5135FE
Tints of Neon Blue #5135FE
RGB
CMYK
RGB Variations
Color information
#5135FE (or 0x5135FE) is known color: Neon Blue. HEX triplet: 51, 35 and FE. RGB value is (81,53,254). Sum of RGB (Red+Green+Blue) = 81+53+254=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #5135FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5135FE is #AECA01. Grayscale: #535353. Windows color (decimal): -11454978 or 16659793. OLE color: 16659793.
HSL color Cylindrical-coordinate representation of color #5135FE: hue angle of 248.36º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5135FE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 53 | 254 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.00 |
| HSL | 248.36º | 0.99% | 0.6% | - |
| HSV(B) | 248.36º | 0.79% | 1% | - |
| XYZ | 22.56 | 11.45 | 94.79 | - |
| YUV | 84.29 | 223.78 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 254 | 0.68 | 0.79 | 0 | 0.00 | 248.36 | 0.99 | 0.6 |
| Hex | 51 | 35 | FE | 44 | 4F | 0 | 0 | F8 | 63 | 3C |
| Octal | 121 | 65 | 376 | 104 | 117 | 0 | 0 | 370 | 143 | 74 |
| Binary | 1010001 | 110101 | 11111110 | 1000100 | 1001111 | 0 | 0 | 11111000 | 1100011 | 111100 |
Color Harmonies of #5135FE
Complementary color
Monochromatic Colors of #5135FE
Black with #5135FE
Text Example
Text Example
White with #5135FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5135FE; }
p { color: rgb(81,53,254); }
H1.HeaderClassName
{
color: #5135FE;
}
.AnyTagClassName
{
color: #5135FE;
}
</style>
background-color css
<style>
a { background-color: #5135FE; }
a { background-color: rgb(81,53,254); }
div.DivClassName
{
background-color: #5135FE;
}
.BgClassName
{
background-color: #5135FE;
}
</style>
border-color css
<style>
span { border-color: #5135FE; }
span { border-color: rgb(81,53,254); }
td.TdClassName
{
border-color: #5135FE;
}
.TagClassName
{
border-color: #5135FE;
}
</style>