Shades of Neon Blue #534EDF
Tints of Neon Blue #534EDF
RGB
CMYK
RGB Variations
Color information
#534EDF (or 0x534EDF) is known color: Neon Blue. HEX triplet: 53, 4E and DF. RGB value is (83,78,223). Sum of RGB (Red+Green+Blue) = 83+78+223=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #534EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EDF is #ACB120. Grayscale: #5F5F5F. Windows color (decimal): -11317537 or 14634579. OLE color: 14634579.
HSL color Cylindrical-coordinate representation of color #534EDF: hue angle of 242.07º degrees, saturation: 0.69, 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 #534EDF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 78 | 223 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.13 |
| HSL | 242.07º | 0.69% | 0.59% | - |
| HSV(B) | 242.07º | 0.65% | 0.87% | - |
| XYZ | 19.61 | 12.62 | 71.21 | - |
| YUV | 96.03 | 199.66 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 223 | 0.63 | 0.65 | 0 | 0.13 | 242.07 | 0.69 | 0.59 |
| Hex | 53 | 4E | DF | 3F | 41 | 0 | D | F2 | 45 | 3B |
| Octal | 123 | 116 | 337 | 77 | 101 | 0 | 15 | 362 | 105 | 73 |
| Binary | 1010011 | 1001110 | 11011111 | 111111 | 1000001 | 0 | 1101 | 11110010 | 1000101 | 111011 |
Color Harmonies of #534EDF
Complementary color
Monochromatic Colors of #534EDF
Black with #534EDF
Text Example
Text Example
White with #534EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EDF; }
p { color: rgb(83,78,223); }
H1.HeaderClassName
{
color: #534EDF;
}
.AnyTagClassName
{
color: #534EDF;
}
</style>
background-color css
<style>
a { background-color: #534EDF; }
a { background-color: rgb(83,78,223); }
div.DivClassName
{
background-color: #534EDF;
}
.BgClassName
{
background-color: #534EDF;
}
</style>
border-color css
<style>
span { border-color: #534EDF; }
span { border-color: rgb(83,78,223); }
td.TdClassName
{
border-color: #534EDF;
}
.TagClassName
{
border-color: #534EDF;
}
</style>