Shades of Neon Blue #535AFC
Tints of Neon Blue #535AFC
RGB
CMYK
RGB Variations
Color information
#535AFC (or 0x535AFC) is known color: Neon Blue. HEX triplet: 53, 5A and FC. RGB value is (83,90,252). Sum of RGB (Red+Green+Blue) = 83+90+252=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #535AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AFC is #ACA503. Grayscale: #696969. Windows color (decimal): -11314436 or 16538195. OLE color: 16538195.
HSL color Cylindrical-coordinate representation of color #535AFC: hue angle of 237.51º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535AFC is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 90 | 252 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.01 |
| HSL | 237.51º | 0.97% | 0.66% | - |
| HSV(B) | 237.51º | 0.67% | 0.99% | - |
| XYZ | 24.79 | 16.18 | 93.91 | - |
| YUV | 106.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 252 | 0.67 | 0.64 | 0 | 0.01 | 237.51 | 0.97 | 0.66 |
| Hex | 53 | 5A | FC | 43 | 40 | 0 | 1 | EE | 61 | 42 |
| Octal | 123 | 132 | 374 | 103 | 100 | 0 | 1 | 356 | 141 | 102 |
| Binary | 1010011 | 1011010 | 11111100 | 1000011 | 1000000 | 0 | 1 | 11101110 | 1100001 | 1000010 |
Color Harmonies of #535AFC
Complementary color
Monochromatic Colors of #535AFC
Black with #535AFC
Text Example
Text Example
White with #535AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AFC; }
p { color: rgb(83,90,252); }
H1.HeaderClassName
{
color: #535AFC;
}
.AnyTagClassName
{
color: #535AFC;
}
</style>
background-color css
<style>
a { background-color: #535AFC; }
a { background-color: rgb(83,90,252); }
div.DivClassName
{
background-color: #535AFC;
}
.BgClassName
{
background-color: #535AFC;
}
</style>
border-color css
<style>
span { border-color: #535AFC; }
span { border-color: rgb(83,90,252); }
td.TdClassName
{
border-color: #535AFC;
}
.TagClassName
{
border-color: #535AFC;
}
</style>