Shades of Neon Blue #5139DF
Tints of Neon Blue #5139DF
RGB
CMYK
RGB Variations
Color information
#5139DF (or 0x5139DF) is known color: Neon Blue. HEX triplet: 51, 39 and DF. RGB value is (81,57,223). Sum of RGB (Red+Green+Blue) = 81+57+223=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #5139DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5139DF is #AEC620. Grayscale: #525252. Windows color (decimal): -11453985 or 14629201. OLE color: 14629201.
HSL color Cylindrical-coordinate representation of color #5139DF: hue angle of 248.67º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5139DF is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 57 | 223 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.13 |
| HSL | 248.67º | 0.72% | 0.55% | - |
| HSV(B) | 248.67º | 0.74% | 0.87% | - |
| XYZ | 18.18 | 10 | 70.78 | - |
| YUV | 83.1 | 206.95 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 223 | 0.64 | 0.74 | 0 | 0.13 | 248.67 | 0.72 | 0.55 |
| Hex | 51 | 39 | DF | 40 | 4A | 0 | D | F9 | 48 | 37 |
| Octal | 121 | 71 | 337 | 100 | 112 | 0 | 15 | 371 | 110 | 67 |
| Binary | 1010001 | 111001 | 11011111 | 1000000 | 1001010 | 0 | 1101 | 11111001 | 1001000 | 110111 |
Color Harmonies of #5139DF
Complementary color
Monochromatic Colors of #5139DF
Black with #5139DF
Text Example
Text Example
White with #5139DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5139DF; }
p { color: rgb(81,57,223); }
H1.HeaderClassName
{
color: #5139DF;
}
.AnyTagClassName
{
color: #5139DF;
}
</style>
background-color css
<style>
a { background-color: #5139DF; }
a { background-color: rgb(81,57,223); }
div.DivClassName
{
background-color: #5139DF;
}
.BgClassName
{
background-color: #5139DF;
}
</style>
border-color css
<style>
span { border-color: #5139DF; }
span { border-color: rgb(81,57,223); }
td.TdClassName
{
border-color: #5139DF;
}
.TagClassName
{
border-color: #5139DF;
}
</style>