Shades of Neon Blue #534FFC
Tints of Neon Blue #534FFC
RGB
CMYK
RGB Variations
Color information
#534FFC (or 0x534FFC) is known color: Neon Blue. HEX triplet: 53, 4F and FC. RGB value is (83,79,252). Sum of RGB (Red+Green+Blue) = 83+79+252=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #534FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534FFC is #ACB003. Grayscale: #636363. Windows color (decimal): -11317252 or 16535379. OLE color: 16535379.
HSL color Cylindrical-coordinate representation of color #534FFC: hue angle of 241.39º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #534FFC is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 79 | 252 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.01 |
| HSL | 241.39º | 0.97% | 0.65% | - |
| HSV(B) | 241.39º | 0.69% | 0.99% | - |
| XYZ | 23.93 | 14.46 | 93.62 | - |
| YUV | 99.92 | 213.83 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 252 | 0.67 | 0.69 | 0 | 0.01 | 241.39 | 0.97 | 0.65 |
| Hex | 53 | 4F | FC | 43 | 45 | 0 | 1 | F1 | 61 | 41 |
| Octal | 123 | 117 | 374 | 103 | 105 | 0 | 1 | 361 | 141 | 101 |
| Binary | 1010011 | 1001111 | 11111100 | 1000011 | 1000101 | 0 | 1 | 11110001 | 1100001 | 1000001 |
Color Harmonies of #534FFC
Complementary color
Monochromatic Colors of #534FFC
Black with #534FFC
Text Example
Text Example
White with #534FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FFC; }
p { color: rgb(83,79,252); }
H1.HeaderClassName
{
color: #534FFC;
}
.AnyTagClassName
{
color: #534FFC;
}
</style>
background-color css
<style>
a { background-color: #534FFC; }
a { background-color: rgb(83,79,252); }
div.DivClassName
{
background-color: #534FFC;
}
.BgClassName
{
background-color: #534FFC;
}
</style>
border-color css
<style>
span { border-color: #534FFC; }
span { border-color: rgb(83,79,252); }
td.TdClassName
{
border-color: #534FFC;
}
.TagClassName
{
border-color: #534FFC;
}
</style>