Shades of Neon Blue #535CFD
Tints of Neon Blue #535CFD
RGB
CMYK
RGB Variations
Color information
#535CFD (or 0x535CFD) is known color: Neon Blue. HEX triplet: 53, 5C and FD. RGB value is (83,92,253). Sum of RGB (Red+Green+Blue) = 83+92+253=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #535CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CFD is #ACA302. Grayscale: #6B6B6B. Windows color (decimal): -11313923 or 16604243. OLE color: 16604243.
HSL color Cylindrical-coordinate representation of color #535CFD: hue angle of 236.82º degrees, saturation: 0.98, 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 #535CFD is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 92 | 253 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.01 |
| HSL | 236.82º | 0.98% | 0.66% | - |
| HSV(B) | 236.82º | 0.67% | 0.99% | - |
| XYZ | 25.12 | 16.59 | 94.81 | - |
| YUV | 107.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 253 | 0.67 | 0.64 | 0 | 0.01 | 236.82 | 0.98 | 0.66 |
| Hex | 53 | 5C | FD | 43 | 40 | 0 | 1 | ED | 62 | 42 |
| Octal | 123 | 134 | 375 | 103 | 100 | 0 | 1 | 355 | 142 | 102 |
| Binary | 1010011 | 1011100 | 11111101 | 1000011 | 1000000 | 0 | 1 | 11101101 | 1100010 | 1000010 |
Color Harmonies of #535CFD
Complementary color
Monochromatic Colors of #535CFD
Black with #535CFD
Text Example
Text Example
White with #535CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CFD; }
p { color: rgb(83,92,253); }
H1.HeaderClassName
{
color: #535CFD;
}
.AnyTagClassName
{
color: #535CFD;
}
</style>
background-color css
<style>
a { background-color: #535CFD; }
a { background-color: rgb(83,92,253); }
div.DivClassName
{
background-color: #535CFD;
}
.BgClassName
{
background-color: #535CFD;
}
</style>
border-color css
<style>
span { border-color: #535CFD; }
span { border-color: rgb(83,92,253); }
td.TdClassName
{
border-color: #535CFD;
}
.TagClassName
{
border-color: #535CFD;
}
</style>