Shades of Neon Blue #535DF3
Tints of Neon Blue #535DF3
RGB
CMYK
RGB Variations
Color information
#535DF3 (or 0x535DF3) is known color: Neon Blue. HEX triplet: 53, 5D and F3. RGB value is (83,93,243). Sum of RGB (Red+Green+Blue) = 83+93+243=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 243 (95.31% from 255 or 58.00% from 419); Max value from RGB is 243 - color contains mainly: blue. Hex color #535DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535DF3 is #ACA20C. Grayscale: #6A6A6A. Windows color (decimal): -11313677 or 15949139. OLE color: 15949139.
HSL color Cylindrical-coordinate representation of color #535DF3: hue angle of 236.25º degrees, saturation: 0.87, 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 #535DF3 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 93 | 243 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.05 |
| HSL | 236.25º | 0.87% | 0.64% | - |
| HSV(B) | 236.25º | 0.66% | 0.95% | - |
| XYZ | 23.66 | 16.14 | 86.66 | - |
| YUV | 107.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 243 | 0.66 | 0.62 | 0 | 0.05 | 236.25 | 0.87 | 0.64 |
| Hex | 53 | 5D | F3 | 42 | 3E | 0 | 5 | EC | 57 | 40 |
| Octal | 123 | 135 | 363 | 102 | 76 | 0 | 5 | 354 | 127 | 100 |
| Binary | 1010011 | 1011101 | 11110011 | 1000010 | 111110 | 0 | 101 | 11101100 | 1010111 | 1000000 |
Color Harmonies of #535DF3
Complementary color
Monochromatic Colors of #535DF3
Black with #535DF3
Text Example
Text Example
White with #535DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DF3; }
p { color: rgb(83,93,243); }
H1.HeaderClassName
{
color: #535DF3;
}
.AnyTagClassName
{
color: #535DF3;
}
</style>
background-color css
<style>
a { background-color: #535DF3; }
a { background-color: rgb(83,93,243); }
div.DivClassName
{
background-color: #535DF3;
}
.BgClassName
{
background-color: #535DF3;
}
</style>
border-color css
<style>
span { border-color: #535DF3; }
span { border-color: rgb(83,93,243); }
td.TdClassName
{
border-color: #535DF3;
}
.TagClassName
{
border-color: #535DF3;
}
</style>