Shades of Neon Blue #5352FF
Tints of Neon Blue #5352FF
RGB
CMYK
RGB Variations
Color information
#5352FF (or 0x5352FF) is known color: Neon Blue. HEX triplet: 53, 52 and FF. RGB value is (83,82,255). Sum of RGB (Red+Green+Blue) = 83+82+255=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #5352FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5352FF is #ACAD00. Grayscale: #656565. Windows color (decimal): -11316481 or 16732755. OLE color: 16732755.
HSL color Cylindrical-coordinate representation of color #5352FF: hue angle of 240.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5352FF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 82 | 255 | - |
| CMYK | 0.67 | 0.68 | 0 | 0 |
| HSL | 240.35º | 1% | 0.66% | - |
| HSV(B) | 240.35º | 0.68% | 1% | - |
| XYZ | 24.63 | 15.09 | 96.22 | - |
| YUV | 102.02 | 214.33 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 255 | 0.67 | 0.68 | 0 | 0 | 240.35 | 1 | 0.66 |
| Hex | 53 | 52 | FF | 43 | 44 | 0 | 0 | F0 | 64 | 42 |
| Octal | 123 | 122 | 377 | 103 | 104 | 0 | 0 | 360 | 144 | 102 |
| Binary | 1010011 | 1010010 | 11111111 | 1000011 | 1000100 | 0 | 0 | 11110000 | 1100100 | 1000010 |
Color Harmonies of #5352FF
Complementary color
Monochromatic Colors of #5352FF
Black with #5352FF
Text Example
Text Example
White with #5352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352FF; }
p { color: rgb(83,82,255); }
H1.HeaderClassName
{
color: #5352FF;
}
.AnyTagClassName
{
color: #5352FF;
}
</style>
background-color css
<style>
a { background-color: #5352FF; }
a { background-color: rgb(83,82,255); }
div.DivClassName
{
background-color: #5352FF;
}
.BgClassName
{
background-color: #5352FF;
}
</style>
border-color css
<style>
span { border-color: #5352FF; }
span { border-color: rgb(83,82,255); }
td.TdClassName
{
border-color: #5352FF;
}
.TagClassName
{
border-color: #5352FF;
}
</style>