Shades of Neon Blue #5243EF
Tints of Neon Blue #5243EF
RGB
CMYK
RGB Variations
Color information
#5243EF (or 0x5243EF) is known color: Neon Blue. HEX triplet: 52, 43 and EF. RGB value is (82,67,239). Sum of RGB (Red+Green+Blue) = 82+67+239=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #5243EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5243EF is #ADBC10. Grayscale: #5A5A5A. Windows color (decimal): -11385873 or 15680338. OLE color: 15680338.
HSL color Cylindrical-coordinate representation of color #5243EF: hue angle of 245.23º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5243EF is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 67 | 239 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.06 |
| HSL | 245.23º | 0.84% | 0.6% | - |
| HSV(B) | 245.23º | 0.72% | 0.94% | - |
| XYZ | 21.07 | 12.04 | 82.87 | - |
| YUV | 91.09 | 211.47 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 239 | 0.66 | 0.72 | 0 | 0.06 | 245.23 | 0.84 | 0.6 |
| Hex | 52 | 43 | EF | 42 | 48 | 0 | 6 | F5 | 54 | 3C |
| Octal | 122 | 103 | 357 | 102 | 110 | 0 | 6 | 365 | 124 | 74 |
| Binary | 1010010 | 1000011 | 11101111 | 1000010 | 1001000 | 0 | 110 | 11110101 | 1010100 | 111100 |
Color Harmonies of #5243EF
Complementary color
Monochromatic Colors of #5243EF
Black with #5243EF
Text Example
Text Example
White with #5243EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5243EF; }
p { color: rgb(82,67,239); }
H1.HeaderClassName
{
color: #5243EF;
}
.AnyTagClassName
{
color: #5243EF;
}
</style>
background-color css
<style>
a { background-color: #5243EF; }
a { background-color: rgb(82,67,239); }
div.DivClassName
{
background-color: #5243EF;
}
.BgClassName
{
background-color: #5243EF;
}
</style>
border-color css
<style>
span { border-color: #5243EF; }
span { border-color: rgb(82,67,239); }
td.TdClassName
{
border-color: #5243EF;
}
.TagClassName
{
border-color: #5243EF;
}
</style>