Shades of Neon Blue #535AF2
Tints of Neon Blue #535AF2
RGB
CMYK
RGB Variations
Color information
#535AF2 (or 0x535AF2) is known color: Neon Blue. HEX triplet: 53, 5A and F2. RGB value is (83,90,242). Sum of RGB (Red+Green+Blue) = 83+90+242=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #535AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AF2 is #ACA50D. Grayscale: #686868. Windows color (decimal): -11314446 or 15882835. OLE color: 15882835.
HSL color Cylindrical-coordinate representation of color #535AF2: hue angle of 237.36º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #535AF2 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 90 | 242 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.05 |
| HSL | 237.36º | 0.86% | 0.64% | - |
| HSV(B) | 237.36º | 0.66% | 0.95% | - |
| XYZ | 23.25 | 15.56 | 85.78 | - |
| YUV | 105.24 | 205.18 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 242 | 0.66 | 0.63 | 0 | 0.05 | 237.36 | 0.86 | 0.64 |
| Hex | 53 | 5A | F2 | 42 | 3F | 0 | 5 | ED | 56 | 40 |
| Octal | 123 | 132 | 362 | 102 | 77 | 0 | 5 | 355 | 126 | 100 |
| Binary | 1010011 | 1011010 | 11110010 | 1000010 | 111111 | 0 | 101 | 11101101 | 1010110 | 1000000 |
Color Harmonies of #535AF2
Complementary color
Monochromatic Colors of #535AF2
Black with #535AF2
Text Example
Text Example
White with #535AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AF2; }
p { color: rgb(83,90,242); }
H1.HeaderClassName
{
color: #535AF2;
}
.AnyTagClassName
{
color: #535AF2;
}
</style>
background-color css
<style>
a { background-color: #535AF2; }
a { background-color: rgb(83,90,242); }
div.DivClassName
{
background-color: #535AF2;
}
.BgClassName
{
background-color: #535AF2;
}
</style>
border-color css
<style>
span { border-color: #535AF2; }
span { border-color: rgb(83,90,242); }
td.TdClassName
{
border-color: #535AF2;
}
.TagClassName
{
border-color: #535AF2;
}
</style>