Shades of Neon Blue #5235FF
Tints of Neon Blue #5235FF
RGB
CMYK
RGB Variations
Color information
#5235FF (or 0x5235FF) is known color: Neon Blue. HEX triplet: 52, 35 and FF. RGB value is (82,53,255). Sum of RGB (Red+Green+Blue) = 82+53+255=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #5235FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5235FF is #ADCA00. Grayscale: #535353. Windows color (decimal): -11389441 or 16725330. OLE color: 16725330.
HSL color Cylindrical-coordinate representation of color #5235FF: hue angle of 248.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5235FF is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 53 | 255 | - |
| CMYK | 0.68 | 0.79 | 0 | 0 |
| HSL | 248.61º | 1% | 0.6% | - |
| HSV(B) | 248.61º | 0.79% | 1% | - |
| XYZ | 22.8 | 11.56 | 95.64 | - |
| YUV | 84.7 | 224.11 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 255 | 0.68 | 0.79 | 0 | 0 | 248.61 | 1 | 0.6 |
| Hex | 52 | 35 | FF | 44 | 4F | 0 | 0 | F9 | 64 | 3C |
| Octal | 122 | 65 | 377 | 104 | 117 | 0 | 0 | 371 | 144 | 74 |
| Binary | 1010010 | 110101 | 11111111 | 1000100 | 1001111 | 0 | 0 | 11111001 | 1100100 | 111100 |
Color Harmonies of #5235FF
Complementary color
Monochromatic Colors of #5235FF
Black with #5235FF
Text Example
Text Example
White with #5235FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5235FF; }
p { color: rgb(82,53,255); }
H1.HeaderClassName
{
color: #5235FF;
}
.AnyTagClassName
{
color: #5235FF;
}
</style>
background-color css
<style>
a { background-color: #5235FF; }
a { background-color: rgb(82,53,255); }
div.DivClassName
{
background-color: #5235FF;
}
.BgClassName
{
background-color: #5235FF;
}
</style>
border-color css
<style>
span { border-color: #5235FF; }
span { border-color: rgb(82,53,255); }
td.TdClassName
{
border-color: #5235FF;
}
.TagClassName
{
border-color: #5235FF;
}
</style>