Shades of Neon Blue #5241EC
Tints of Neon Blue #5241EC
RGB
CMYK
RGB Variations
Color information
#5241EC (or 0x5241EC) is known color: Neon Blue. HEX triplet: 52, 41 and EC. RGB value is (82,65,236). Sum of RGB (Red+Green+Blue) = 82+65+236=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #5241EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5241EC is #ADBE13. Grayscale: #585858. Windows color (decimal): -11386388 or 15483218. OLE color: 15483218.
HSL color Cylindrical-coordinate representation of color #5241EC: hue angle of 245.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5241EC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 65 | 236 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.07 |
| HSL | 245.96º | 0.82% | 0.59% | - |
| HSV(B) | 245.96º | 0.72% | 0.93% | - |
| XYZ | 20.51 | 11.63 | 80.52 | - |
| YUV | 89.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 236 | 0.65 | 0.72 | 0 | 0.07 | 245.96 | 0.82 | 0.59 |
| Hex | 52 | 41 | EC | 41 | 48 | 0 | 7 | F6 | 52 | 3B |
| Octal | 122 | 101 | 354 | 101 | 110 | 0 | 7 | 366 | 122 | 73 |
| Binary | 1010010 | 1000001 | 11101100 | 1000001 | 1001000 | 0 | 111 | 11110110 | 1010010 | 111011 |
Color Harmonies of #5241EC
Complementary color
Monochromatic Colors of #5241EC
Black with #5241EC
Text Example
Text Example
White with #5241EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241EC; }
p { color: rgb(82,65,236); }
H1.HeaderClassName
{
color: #5241EC;
}
.AnyTagClassName
{
color: #5241EC;
}
</style>
background-color css
<style>
a { background-color: #5241EC; }
a { background-color: rgb(82,65,236); }
div.DivClassName
{
background-color: #5241EC;
}
.BgClassName
{
background-color: #5241EC;
}
</style>
border-color css
<style>
span { border-color: #5241EC; }
span { border-color: rgb(82,65,236); }
td.TdClassName
{
border-color: #5241EC;
}
.TagClassName
{
border-color: #5241EC;
}
</style>