Shades of Neon Blue #5255E5
Tints of Neon Blue #5255E5
RGB
CMYK
RGB Variations
Color information
#5255E5 (or 0x5255E5) is known color: Neon Blue. HEX triplet: 52, 55 and E5. RGB value is (82,85,229). Sum of RGB (Red+Green+Blue) = 82+85+229=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #5255E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255E5 is #ADAA1A. Grayscale: #636363. Windows color (decimal): -11381275 or 15029586. OLE color: 15029586.
HSL color Cylindrical-coordinate representation of color #5255E5: hue angle of 238.78º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5255E5 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 85 | 229 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.10 |
| HSL | 238.78º | 0.74% | 0.61% | - |
| HSV(B) | 238.78º | 0.64% | 0.9% | - |
| XYZ | 20.87 | 13.95 | 75.72 | - |
| YUV | 100.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 229 | 0.64 | 0.63 | 0 | 0.10 | 238.78 | 0.74 | 0.61 |
| Hex | 52 | 55 | E5 | 40 | 3F | 0 | A | EF | 4A | 3D |
| Octal | 122 | 125 | 345 | 100 | 77 | 0 | 12 | 357 | 112 | 75 |
| Binary | 1010010 | 1010101 | 11100101 | 1000000 | 111111 | 0 | 1010 | 11101111 | 1001010 | 111101 |
Color Harmonies of #5255E5
Complementary color
Monochromatic Colors of #5255E5
Black with #5255E5
Text Example
Text Example
White with #5255E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255E5; }
p { color: rgb(82,85,229); }
H1.HeaderClassName
{
color: #5255E5;
}
.AnyTagClassName
{
color: #5255E5;
}
</style>
background-color css
<style>
a { background-color: #5255E5; }
a { background-color: rgb(82,85,229); }
div.DivClassName
{
background-color: #5255E5;
}
.BgClassName
{
background-color: #5255E5;
}
</style>
border-color css
<style>
span { border-color: #5255E5; }
span { border-color: rgb(82,85,229); }
td.TdClassName
{
border-color: #5255E5;
}
.TagClassName
{
border-color: #5255E5;
}
</style>