Shades of Neon Blue #5353FF
Tints of Neon Blue #5353FF
RGB
CMYK
RGB Variations
Color information
#5353FF (or 0x5353FF) is known color: Neon Blue. HEX triplet: 53, 53 and FF. RGB value is (83,83,255). Sum of RGB (Red+Green+Blue) = 83+83+255=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #5353FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353FF is #ACAC00. Grayscale: #656565. Windows color (decimal): -11316225 or 16733011. OLE color: 16733011.
HSL color Cylindrical-coordinate representation of color #5353FF: hue angle of 240º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5353FF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 83 | 255 | - |
| CMYK | 0.67 | 0.67 | 0 | 0 |
| HSL | 240º | 1% | 0.66% | - |
| HSV(B) | 240º | 0.67% | 1% | - |
| XYZ | 24.71 | 15.25 | 96.25 | - |
| YUV | 102.61 | 214 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 255 | 0.67 | 0.67 | 0 | 0 | 240 | 1 | 0.66 |
| Hex | 53 | 53 | FF | 43 | 43 | 0 | 0 | F0 | 64 | 42 |
| Octal | 123 | 123 | 377 | 103 | 103 | 0 | 0 | 360 | 144 | 102 |
| Binary | 1010011 | 1010011 | 11111111 | 1000011 | 1000011 | 0 | 0 | 11110000 | 1100100 | 1000010 |
Color Harmonies of #5353FF
Complementary color
Monochromatic Colors of #5353FF
Black with #5353FF
Text Example
Text Example
White with #5353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5353FF; }
p { color: rgb(83,83,255); }
H1.HeaderClassName
{
color: #5353FF;
}
.AnyTagClassName
{
color: #5353FF;
}
</style>
background-color css
<style>
a { background-color: #5353FF; }
a { background-color: rgb(83,83,255); }
div.DivClassName
{
background-color: #5353FF;
}
.BgClassName
{
background-color: #5353FF;
}
</style>
border-color css
<style>
span { border-color: #5353FF; }
span { border-color: rgb(83,83,255); }
td.TdClassName
{
border-color: #5353FF;
}
.TagClassName
{
border-color: #5353FF;
}
</style>