Shades of Neon Blue #5250EA
Tints of Neon Blue #5250EA
RGB
CMYK
RGB Variations
Color information
#5250EA (or 0x5250EA) is known color: Neon Blue. HEX triplet: 52, 50 and EA. RGB value is (82,80,234). Sum of RGB (Red+Green+Blue) = 82+80+234=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #5250EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5250EA is #ADAF15. Grayscale: #616161. Windows color (decimal): -11382550 or 15355986. OLE color: 15355986.
HSL color Cylindrical-coordinate representation of color #5250EA: hue angle of 240.78º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5250EA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 80 | 234 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.08 |
| HSL | 240.78º | 0.79% | 0.62% | - |
| HSV(B) | 240.78º | 0.66% | 0.92% | - |
| XYZ | 21.2 | 13.47 | 79.32 | - |
| YUV | 98.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 234 | 0.65 | 0.66 | 0 | 0.08 | 240.78 | 0.79 | 0.62 |
| Hex | 52 | 50 | EA | 41 | 42 | 0 | 8 | F1 | 4F | 3E |
| Octal | 122 | 120 | 352 | 101 | 102 | 0 | 10 | 361 | 117 | 76 |
| Binary | 1010010 | 1010000 | 11101010 | 1000001 | 1000010 | 0 | 1000 | 11110001 | 1001111 | 111110 |
Color Harmonies of #5250EA
Complementary color
Monochromatic Colors of #5250EA
Black with #5250EA
Text Example
Text Example
White with #5250EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250EA; }
p { color: rgb(82,80,234); }
H1.HeaderClassName
{
color: #5250EA;
}
.AnyTagClassName
{
color: #5250EA;
}
</style>
background-color css
<style>
a { background-color: #5250EA; }
a { background-color: rgb(82,80,234); }
div.DivClassName
{
background-color: #5250EA;
}
.BgClassName
{
background-color: #5250EA;
}
</style>
border-color css
<style>
span { border-color: #5250EA; }
span { border-color: rgb(82,80,234); }
td.TdClassName
{
border-color: #5250EA;
}
.TagClassName
{
border-color: #5250EA;
}
</style>