Shades of Neon Blue #5134FE
Tints of Neon Blue #5134FE
RGB
CMYK
RGB Variations
Color information
#5134FE (or 0x5134FE) is known color: Neon Blue. HEX triplet: 51, 34 and FE. RGB value is (81,52,254). Sum of RGB (Red+Green+Blue) = 81+52+254=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #5134FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5134FE is #AECB01. Grayscale: #525252. Windows color (decimal): -11455234 or 16659537. OLE color: 16659537.
HSL color Cylindrical-coordinate representation of color #5134FE: hue angle of 248.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5134FE is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 52 | 254 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.00 |
| HSL | 248.61º | 0.99% | 0.6% | - |
| HSV(B) | 248.61º | 0.8% | 1% | - |
| XYZ | 22.51 | 11.36 | 94.77 | - |
| YUV | 83.7 | 224.11 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 254 | 0.68 | 0.80 | 0 | 0.00 | 248.61 | 0.99 | 0.6 |
| Hex | 51 | 34 | FE | 44 | 50 | 0 | 0 | F9 | 63 | 3C |
| Octal | 121 | 64 | 376 | 104 | 120 | 0 | 0 | 371 | 143 | 74 |
| Binary | 1010001 | 110100 | 11111110 | 1000100 | 1010000 | 0 | 0 | 11111001 | 1100011 | 111100 |
Color Harmonies of #5134FE
Complementary color
Monochromatic Colors of #5134FE
Black with #5134FE
Text Example
Text Example
White with #5134FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5134FE; }
p { color: rgb(81,52,254); }
H1.HeaderClassName
{
color: #5134FE;
}
.AnyTagClassName
{
color: #5134FE;
}
</style>
background-color css
<style>
a { background-color: #5134FE; }
a { background-color: rgb(81,52,254); }
div.DivClassName
{
background-color: #5134FE;
}
.BgClassName
{
background-color: #5134FE;
}
</style>
border-color css
<style>
span { border-color: #5134FE; }
span { border-color: rgb(81,52,254); }
td.TdClassName
{
border-color: #5134FE;
}
.TagClassName
{
border-color: #5134FE;
}
</style>