Shades of Neon Blue #5234FF
Tints of Neon Blue #5234FF
RGB
CMYK
RGB Variations
Color information
#5234FF (or 0x5234FF) is known color: Neon Blue. HEX triplet: 52, 34 and FF. RGB value is (82,52,255). Sum of RGB (Red+Green+Blue) = 82+52+255=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #5234FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5234FF is #ADCB00. Grayscale: #535353. Windows color (decimal): -11389697 or 16725074. OLE color: 16725074.
HSL color Cylindrical-coordinate representation of color #5234FF: hue angle of 248.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5234FF is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 52 | 255 | - |
| CMYK | 0.68 | 0.80 | 0 | 0 |
| HSL | 248.87º | 1% | 0.6% | - |
| HSV(B) | 248.87º | 0.8% | 1% | - |
| XYZ | 22.76 | 11.47 | 95.62 | - |
| YUV | 84.11 | 224.44 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 255 | 0.68 | 0.80 | 0 | 0 | 248.87 | 1 | 0.6 |
| Hex | 52 | 34 | FF | 44 | 50 | 0 | 0 | F9 | 64 | 3C |
| Octal | 122 | 64 | 377 | 104 | 120 | 0 | 0 | 371 | 144 | 74 |
| Binary | 1010010 | 110100 | 11111111 | 1000100 | 1010000 | 0 | 0 | 11111001 | 1100100 | 111100 |
Color Harmonies of #5234FF
Complementary color
Monochromatic Colors of #5234FF
Black with #5234FF
Text Example
Text Example
White with #5234FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234FF; }
p { color: rgb(82,52,255); }
H1.HeaderClassName
{
color: #5234FF;
}
.AnyTagClassName
{
color: #5234FF;
}
</style>
background-color css
<style>
a { background-color: #5234FF; }
a { background-color: rgb(82,52,255); }
div.DivClassName
{
background-color: #5234FF;
}
.BgClassName
{
background-color: #5234FF;
}
</style>
border-color css
<style>
span { border-color: #5234FF; }
span { border-color: rgb(82,52,255); }
td.TdClassName
{
border-color: #5234FF;
}
.TagClassName
{
border-color: #5234FF;
}
</style>