Shades of Neon Blue #534CF1
Tints of Neon Blue #534CF1
RGB
CMYK
RGB Variations
Color information
#534CF1 (or 0x534CF1) is known color: Neon Blue. HEX triplet: 53, 4C and F1. RGB value is (83,76,241). Sum of RGB (Red+Green+Blue) = 83+76+241=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #534CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CF1 is #ACB30E. Grayscale: #606060. Windows color (decimal): -11318031 or 15813715. OLE color: 15813715.
HSL color Cylindrical-coordinate representation of color #534CF1: hue angle of 242.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #534CF1 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 76 | 241 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.05 |
| HSL | 242.55º | 0.85% | 0.62% | - |
| HSV(B) | 242.55º | 0.68% | 0.95% | - |
| XYZ | 22.03 | 13.36 | 84.64 | - |
| YUV | 96.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 241 | 0.66 | 0.68 | 0 | 0.05 | 242.55 | 0.85 | 0.62 |
| Hex | 53 | 4C | F1 | 42 | 44 | 0 | 5 | F3 | 55 | 3E |
| Octal | 123 | 114 | 361 | 102 | 104 | 0 | 5 | 363 | 125 | 76 |
| Binary | 1010011 | 1001100 | 11110001 | 1000010 | 1000100 | 0 | 101 | 11110011 | 1010101 | 111110 |
Color Harmonies of #534CF1
Complementary color
Monochromatic Colors of #534CF1
Black with #534CF1
Text Example
Text Example
White with #534CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CF1; }
p { color: rgb(83,76,241); }
H1.HeaderClassName
{
color: #534CF1;
}
.AnyTagClassName
{
color: #534CF1;
}
</style>
background-color css
<style>
a { background-color: #534CF1; }
a { background-color: rgb(83,76,241); }
div.DivClassName
{
background-color: #534CF1;
}
.BgClassName
{
background-color: #534CF1;
}
</style>
border-color css
<style>
span { border-color: #534CF1; }
span { border-color: rgb(83,76,241); }
td.TdClassName
{
border-color: #534CF1;
}
.TagClassName
{
border-color: #534CF1;
}
</style>