Shades of Neon Blue #5136FC
Tints of Neon Blue #5136FC
RGB
CMYK
RGB Variations
Color information
#5136FC (or 0x5136FC) is known color: Neon Blue. HEX triplet: 51, 36 and FC. RGB value is (81,54,252). Sum of RGB (Red+Green+Blue) = 81+54+252=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #5136FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136FC is #AEC903. Grayscale: #535353. Windows color (decimal): -11454724 or 16528977. OLE color: 16528977.
HSL color Cylindrical-coordinate representation of color #5136FC: hue angle of 248.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5136FC is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 54 | 252 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.01 |
| HSL | 248.18º | 0.97% | 0.6% | - |
| HSV(B) | 248.18º | 0.79% | 0.99% | - |
| XYZ | 22.28 | 11.42 | 93.12 | - |
| YUV | 84.65 | 222.45 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 252 | 0.68 | 0.79 | 0 | 0.01 | 248.18 | 0.97 | 0.6 |
| Hex | 51 | 36 | FC | 44 | 4F | 0 | 1 | F8 | 61 | 3C |
| Octal | 121 | 66 | 374 | 104 | 117 | 0 | 1 | 370 | 141 | 74 |
| Binary | 1010001 | 110110 | 11111100 | 1000100 | 1001111 | 0 | 1 | 11111000 | 1100001 | 111100 |
Color Harmonies of #5136FC
Complementary color
Monochromatic Colors of #5136FC
Black with #5136FC
Text Example
Text Example
White with #5136FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136FC; }
p { color: rgb(81,54,252); }
H1.HeaderClassName
{
color: #5136FC;
}
.AnyTagClassName
{
color: #5136FC;
}
</style>
background-color css
<style>
a { background-color: #5136FC; }
a { background-color: rgb(81,54,252); }
div.DivClassName
{
background-color: #5136FC;
}
.BgClassName
{
background-color: #5136FC;
}
</style>
border-color css
<style>
span { border-color: #5136FC; }
span { border-color: rgb(81,54,252); }
td.TdClassName
{
border-color: #5136FC;
}
.TagClassName
{
border-color: #5136FC;
}
</style>