Shades of Neon Blue #534AF7
Tints of Neon Blue #534AF7
RGB
CMYK
RGB Variations
Color information
#534AF7 (or 0x534AF7) is known color: Neon Blue. HEX triplet: 53, 4A and F7. RGB value is (83,74,247). Sum of RGB (Red+Green+Blue) = 83+74+247=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #534AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534AF7 is #ACB508. Grayscale: #5F5F5F. Windows color (decimal): -11318537 or 16206419. OLE color: 16206419.
HSL color Cylindrical-coordinate representation of color #534AF7: hue angle of 243.12º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534AF7 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 74 | 247 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.03 |
| HSL | 243.12º | 0.92% | 0.63% | - |
| HSV(B) | 243.12º | 0.7% | 0.97% | - |
| XYZ | 22.8 | 13.45 | 89.39 | - |
| YUV | 96.41 | 212.98 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 247 | 0.66 | 0.70 | 0 | 0.03 | 243.12 | 0.92 | 0.63 |
| Hex | 53 | 4A | F7 | 42 | 46 | 0 | 3 | F3 | 5C | 3F |
| Octal | 123 | 112 | 367 | 102 | 106 | 0 | 3 | 363 | 134 | 77 |
| Binary | 1010011 | 1001010 | 11110111 | 1000010 | 1000110 | 0 | 11 | 11110011 | 1011100 | 111111 |
Color Harmonies of #534AF7
Complementary color
Monochromatic Colors of #534AF7
Black with #534AF7
Text Example
Text Example
White with #534AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AF7; }
p { color: rgb(83,74,247); }
H1.HeaderClassName
{
color: #534AF7;
}
.AnyTagClassName
{
color: #534AF7;
}
</style>
background-color css
<style>
a { background-color: #534AF7; }
a { background-color: rgb(83,74,247); }
div.DivClassName
{
background-color: #534AF7;
}
.BgClassName
{
background-color: #534AF7;
}
</style>
border-color css
<style>
span { border-color: #534AF7; }
span { border-color: rgb(83,74,247); }
td.TdClassName
{
border-color: #534AF7;
}
.TagClassName
{
border-color: #534AF7;
}
</style>