Shades of Neon Blue #534CFC
Tints of Neon Blue #534CFC
RGB
CMYK
RGB Variations
Color information
#534CFC (or 0x534CFC) is known color: Neon Blue. HEX triplet: 53, 4C and FC. RGB value is (83,76,252). Sum of RGB (Red+Green+Blue) = 83+76+252=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #534CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CFC is #ACB303. Grayscale: #616161. Windows color (decimal): -11318020 or 16534611. OLE color: 16534611.
HSL color Cylindrical-coordinate representation of color #534CFC: hue angle of 242.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534CFC is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 76 | 252 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.01 |
| HSL | 242.39º | 0.97% | 0.64% | - |
| HSV(B) | 242.39º | 0.7% | 0.99% | - |
| XYZ | 23.72 | 14.04 | 93.55 | - |
| YUV | 98.16 | 214.82 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 252 | 0.67 | 0.70 | 0 | 0.01 | 242.39 | 0.97 | 0.64 |
| Hex | 53 | 4C | FC | 43 | 46 | 0 | 1 | F2 | 61 | 40 |
| Octal | 123 | 114 | 374 | 103 | 106 | 0 | 1 | 362 | 141 | 100 |
| Binary | 1010011 | 1001100 | 11111100 | 1000011 | 1000110 | 0 | 1 | 11110010 | 1100001 | 1000000 |
Color Harmonies of #534CFC
Complementary color
Monochromatic Colors of #534CFC
Black with #534CFC
Text Example
Text Example
White with #534CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CFC; }
p { color: rgb(83,76,252); }
H1.HeaderClassName
{
color: #534CFC;
}
.AnyTagClassName
{
color: #534CFC;
}
</style>
background-color css
<style>
a { background-color: #534CFC; }
a { background-color: rgb(83,76,252); }
div.DivClassName
{
background-color: #534CFC;
}
.BgClassName
{
background-color: #534CFC;
}
</style>
border-color css
<style>
span { border-color: #534CFC; }
span { border-color: rgb(83,76,252); }
td.TdClassName
{
border-color: #534CFC;
}
.TagClassName
{
border-color: #534CFC;
}
</style>