Shades of Neon Blue #5255E1
Tints of Neon Blue #5255E1
RGB
CMYK
RGB Variations
Color information
#5255E1 (or 0x5255E1) is known color: Neon Blue. HEX triplet: 52, 55 and E1. RGB value is (82,85,225). Sum of RGB (Red+Green+Blue) = 82+85+225=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #5255E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255E1 is #ADAA1E. Grayscale: #636363. Windows color (decimal): -11381279 or 14767442. OLE color: 14767442.
HSL color Cylindrical-coordinate representation of color #5255E1: hue angle of 238.74º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5255E1 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 85 | 225 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.12 |
| HSL | 238.74º | 0.7% | 0.6% | - |
| HSV(B) | 238.74º | 0.64% | 0.88% | - |
| XYZ | 20.32 | 13.73 | 72.81 | - |
| YUV | 100.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 225 | 0.64 | 0.62 | 0 | 0.12 | 238.74 | 0.7 | 0.6 |
| Hex | 52 | 55 | E1 | 40 | 3E | 0 | C | EF | 46 | 3C |
| Octal | 122 | 125 | 341 | 100 | 76 | 0 | 14 | 357 | 106 | 74 |
| Binary | 1010010 | 1010101 | 11100001 | 1000000 | 111110 | 0 | 1100 | 11101111 | 1000110 | 111100 |
Color Harmonies of #5255E1
Complementary color
Monochromatic Colors of #5255E1
Black with #5255E1
Text Example
Text Example
White with #5255E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255E1; }
p { color: rgb(82,85,225); }
H1.HeaderClassName
{
color: #5255E1;
}
.AnyTagClassName
{
color: #5255E1;
}
</style>
background-color css
<style>
a { background-color: #5255E1; }
a { background-color: rgb(82,85,225); }
div.DivClassName
{
background-color: #5255E1;
}
.BgClassName
{
background-color: #5255E1;
}
</style>
border-color css
<style>
span { border-color: #5255E1; }
span { border-color: rgb(82,85,225); }
td.TdClassName
{
border-color: #5255E1;
}
.TagClassName
{
border-color: #5255E1;
}
</style>