Shades of Neon Blue #534BFD
Tints of Neon Blue #534BFD
RGB
CMYK
RGB Variations
Color information
#534BFD (or 0x534BFD) is known color: Neon Blue. HEX triplet: 53, 4B and FD. RGB value is (83,75,253). Sum of RGB (Red+Green+Blue) = 83+75+253=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #534BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BFD is #ACB402. Grayscale: #606060. Windows color (decimal): -11318275 or 16599891. OLE color: 16599891.
HSL color Cylindrical-coordinate representation of color #534BFD: hue angle of 242.7º degrees, saturation: 0.98, 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 #534BFD is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 75 | 253 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.01 |
| HSL | 242.7º | 0.98% | 0.64% | - |
| HSV(B) | 242.7º | 0.7% | 0.99% | - |
| XYZ | 23.81 | 13.96 | 94.37 | - |
| YUV | 97.68 | 215.65 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 253 | 0.67 | 0.70 | 0 | 0.01 | 242.7 | 0.98 | 0.64 |
| Hex | 53 | 4B | FD | 43 | 46 | 0 | 1 | F3 | 62 | 40 |
| Octal | 123 | 113 | 375 | 103 | 106 | 0 | 1 | 363 | 142 | 100 |
| Binary | 1010011 | 1001011 | 11111101 | 1000011 | 1000110 | 0 | 1 | 11110011 | 1100010 | 1000000 |
Color Harmonies of #534BFD
Complementary color
Monochromatic Colors of #534BFD
Black with #534BFD
Text Example
Text Example
White with #534BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BFD; }
p { color: rgb(83,75,253); }
H1.HeaderClassName
{
color: #534BFD;
}
.AnyTagClassName
{
color: #534BFD;
}
</style>
background-color css
<style>
a { background-color: #534BFD; }
a { background-color: rgb(83,75,253); }
div.DivClassName
{
background-color: #534BFD;
}
.BgClassName
{
background-color: #534BFD;
}
</style>
border-color css
<style>
span { border-color: #534BFD; }
span { border-color: rgb(83,75,253); }
td.TdClassName
{
border-color: #534BFD;
}
.TagClassName
{
border-color: #534BFD;
}
</style>