Shades of Neon Blue #534ADF
Tints of Neon Blue #534ADF
RGB
CMYK
RGB Variations
Color information
#534ADF (or 0x534ADF) is known color: Neon Blue. HEX triplet: 53, 4A and DF. RGB value is (83,74,223). Sum of RGB (Red+Green+Blue) = 83+74+223=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #534ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ADF is #ACB520. Grayscale: #5D5D5D. Windows color (decimal): -11318561 or 14633555. OLE color: 14633555.
HSL color Cylindrical-coordinate representation of color #534ADF: hue angle of 243.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534ADF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 74 | 223 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.13 |
| HSL | 243.62º | 0.7% | 0.58% | - |
| HSV(B) | 243.62º | 0.67% | 0.87% | - |
| XYZ | 19.34 | 12.06 | 71.12 | - |
| YUV | 93.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 223 | 0.63 | 0.67 | 0 | 0.13 | 243.62 | 0.7 | 0.58 |
| Hex | 53 | 4A | DF | 3F | 43 | 0 | D | F4 | 46 | 3A |
| Octal | 123 | 112 | 337 | 77 | 103 | 0 | 15 | 364 | 106 | 72 |
| Binary | 1010011 | 1001010 | 11011111 | 111111 | 1000011 | 0 | 1101 | 11110100 | 1000110 | 111010 |
Color Harmonies of #534ADF
Complementary color
Monochromatic Colors of #534ADF
Black with #534ADF
Text Example
Text Example
White with #534ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534ADF; }
p { color: rgb(83,74,223); }
H1.HeaderClassName
{
color: #534ADF;
}
.AnyTagClassName
{
color: #534ADF;
}
</style>
background-color css
<style>
a { background-color: #534ADF; }
a { background-color: rgb(83,74,223); }
div.DivClassName
{
background-color: #534ADF;
}
.BgClassName
{
background-color: #534ADF;
}
</style>
border-color css
<style>
span { border-color: #534ADF; }
span { border-color: rgb(83,74,223); }
td.TdClassName
{
border-color: #534ADF;
}
.TagClassName
{
border-color: #534ADF;
}
</style>