Shades of Neon Blue #534DDF
Tints of Neon Blue #534DDF
RGB
CMYK
RGB Variations
Color information
#534DDF (or 0x534DDF) is known color: Neon Blue. HEX triplet: 53, 4D and DF. RGB value is (83,77,223). Sum of RGB (Red+Green+Blue) = 83+77+223=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #534DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DDF is #ACB220. Grayscale: #5E5E5E. Windows color (decimal): -11317793 or 14634323. OLE color: 14634323.
HSL color Cylindrical-coordinate representation of color #534DDF: hue angle of 242.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534DDF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 77 | 223 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.13 |
| HSL | 242.47º | 0.7% | 0.59% | - |
| HSV(B) | 242.47º | 0.65% | 0.87% | - |
| XYZ | 19.54 | 12.47 | 71.19 | - |
| YUV | 95.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 223 | 0.63 | 0.65 | 0 | 0.13 | 242.47 | 0.7 | 0.59 |
| Hex | 53 | 4D | DF | 3F | 41 | 0 | D | F2 | 46 | 3B |
| Octal | 123 | 115 | 337 | 77 | 101 | 0 | 15 | 362 | 106 | 73 |
| Binary | 1010011 | 1001101 | 11011111 | 111111 | 1000001 | 0 | 1101 | 11110010 | 1000110 | 111011 |
Color Harmonies of #534DDF
Complementary color
Monochromatic Colors of #534DDF
Black with #534DDF
Text Example
Text Example
White with #534DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DDF; }
p { color: rgb(83,77,223); }
H1.HeaderClassName
{
color: #534DDF;
}
.AnyTagClassName
{
color: #534DDF;
}
</style>
background-color css
<style>
a { background-color: #534DDF; }
a { background-color: rgb(83,77,223); }
div.DivClassName
{
background-color: #534DDF;
}
.BgClassName
{
background-color: #534DDF;
}
</style>
border-color css
<style>
span { border-color: #534DDF; }
span { border-color: rgb(83,77,223); }
td.TdClassName
{
border-color: #534DDF;
}
.TagClassName
{
border-color: #534DDF;
}
</style>