Shades of Neon Blue #5138F2
Tints of Neon Blue #5138F2
RGB
CMYK
RGB Variations
Color information
#5138F2 (or 0x5138F2) is known color: Neon Blue. HEX triplet: 51, 38 and F2. RGB value is (81,56,242). Sum of RGB (Red+Green+Blue) = 81+56+242=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 242 (94.92% from 255 or 63.85% from 379); Max value from RGB is 242 - color contains mainly: blue. Hex color #5138F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5138F2 is #AEC70D. Grayscale: #535353. Windows color (decimal): -11454222 or 15874129. OLE color: 15874129.
HSL color Cylindrical-coordinate representation of color #5138F2: hue angle of 248.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5138F2 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 56 | 242 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.05 |
| HSL | 248.06º | 0.88% | 0.58% | - |
| HSV(B) | 248.06º | 0.77% | 0.95% | - |
| XYZ | 20.83 | 10.99 | 85.03 | - |
| YUV | 84.68 | 216.78 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 242 | 0.67 | 0.77 | 0 | 0.05 | 248.06 | 0.88 | 0.58 |
| Hex | 51 | 38 | F2 | 43 | 4D | 0 | 5 | F8 | 58 | 3A |
| Octal | 121 | 70 | 362 | 103 | 115 | 0 | 5 | 370 | 130 | 72 |
| Binary | 1010001 | 111000 | 11110010 | 1000011 | 1001101 | 0 | 101 | 11111000 | 1011000 | 111010 |
Color Harmonies of #5138F2
Complementary color
Monochromatic Colors of #5138F2
Black with #5138F2
Text Example
Text Example
White with #5138F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5138F2; }
p { color: rgb(81,56,242); }
H1.HeaderClassName
{
color: #5138F2;
}
.AnyTagClassName
{
color: #5138F2;
}
</style>
background-color css
<style>
a { background-color: #5138F2; }
a { background-color: rgb(81,56,242); }
div.DivClassName
{
background-color: #5138F2;
}
.BgClassName
{
background-color: #5138F2;
}
</style>
border-color css
<style>
span { border-color: #5138F2; }
span { border-color: rgb(81,56,242); }
td.TdClassName
{
border-color: #5138F2;
}
.TagClassName
{
border-color: #5138F2;
}
</style>