Shades of Neon Blue #5155FA
Tints of Neon Blue #5155FA
RGB
CMYK
RGB Variations
Color information
#5155FA (or 0x5155FA) is known color: Neon Blue. HEX triplet: 51, 55 and FA. RGB value is (81,85,250). Sum of RGB (Red+Green+Blue) = 81+85+250=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5155FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155FA is #AEAA05. Grayscale: #656565. Windows color (decimal): -11446790 or 16405841. OLE color: 16405841.
HSL color Cylindrical-coordinate representation of color #5155FA: hue angle of 238.58º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5155FA is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 85 | 250 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.02 |
| HSL | 238.58º | 0.94% | 0.65% | - |
| HSV(B) | 238.58º | 0.68% | 0.98% | - |
| XYZ | 23.9 | 15.15 | 92.11 | - |
| YUV | 102.61 | 211.17 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 250 | 0.68 | 0.66 | 0 | 0.02 | 238.58 | 0.94 | 0.65 |
| Hex | 51 | 55 | FA | 44 | 42 | 0 | 2 | EF | 5E | 41 |
| Octal | 121 | 125 | 372 | 104 | 102 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010001 | 1010101 | 11111010 | 1000100 | 1000010 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5155FA
Complementary color
Monochromatic Colors of #5155FA
Black with #5155FA
Text Example
Text Example
White with #5155FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155FA; }
p { color: rgb(81,85,250); }
H1.HeaderClassName
{
color: #5155FA;
}
.AnyTagClassName
{
color: #5155FA;
}
</style>
background-color css
<style>
a { background-color: #5155FA; }
a { background-color: rgb(81,85,250); }
div.DivClassName
{
background-color: #5155FA;
}
.BgClassName
{
background-color: #5155FA;
}
</style>
border-color css
<style>
span { border-color: #5155FA; }
span { border-color: rgb(81,85,250); }
td.TdClassName
{
border-color: #5155FA;
}
.TagClassName
{
border-color: #5155FA;
}
</style>