Shades of Neon Blue #5234F9
Tints of Neon Blue #5234F9
RGB
CMYK
RGB Variations
Color information
#5234F9 (or 0x5234F9) is known color: Neon Blue. HEX triplet: 52, 34 and F9. RGB value is (82,52,249). Sum of RGB (Red+Green+Blue) = 82+52+249=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 249 (97.66% from 255 or 65.01% from 383); Max value from RGB is 249 - color contains mainly: blue. Hex color #5234F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5234F9 is #ADCB06. Grayscale: #525252. Windows color (decimal): -11389703 or 16331858. OLE color: 16331858.
HSL color Cylindrical-coordinate representation of color #5234F9: hue angle of 249.14º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5234F9 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 52 | 249 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.02 |
| HSL | 249.14º | 0.94% | 0.59% | - |
| HSV(B) | 249.14º | 0.79% | 0.98% | - |
| XYZ | 21.81 | 11.09 | 90.61 | - |
| YUV | 83.43 | 221.44 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 249 | 0.67 | 0.79 | 0 | 0.02 | 249.14 | 0.94 | 0.59 |
| Hex | 52 | 34 | F9 | 43 | 4F | 0 | 2 | F9 | 5E | 3B |
| Octal | 122 | 64 | 371 | 103 | 117 | 0 | 2 | 371 | 136 | 73 |
| Binary | 1010010 | 110100 | 11111001 | 1000011 | 1001111 | 0 | 10 | 11111001 | 1011110 | 111011 |
Color Harmonies of #5234F9
Complementary color
Monochromatic Colors of #5234F9
Black with #5234F9
Text Example
Text Example
White with #5234F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234F9; }
p { color: rgb(82,52,249); }
H1.HeaderClassName
{
color: #5234F9;
}
.AnyTagClassName
{
color: #5234F9;
}
</style>
background-color css
<style>
a { background-color: #5234F9; }
a { background-color: rgb(82,52,249); }
div.DivClassName
{
background-color: #5234F9;
}
.BgClassName
{
background-color: #5234F9;
}
</style>
border-color css
<style>
span { border-color: #5234F9; }
span { border-color: rgb(82,52,249); }
td.TdClassName
{
border-color: #5234F9;
}
.TagClassName
{
border-color: #5234F9;
}
</style>