Shades of Neon Blue #5752F3
Tints of Neon Blue #5752F3
RGB
CMYK
RGB Variations
Color information
#5752F3 (or 0x5752F3) is known color: Neon Blue. HEX triplet: 57, 52 and F3. RGB value is (87,82,243). Sum of RGB (Red+Green+Blue) = 87+82+243=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 243 (95.31% from 255 or 58.98% from 412); Max value from RGB is 243 - color contains mainly: blue. Hex color #5752F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5752F3 is #A8AD0C. Grayscale: #656565. Windows color (decimal): -11054349 or 15946327. OLE color: 15946327.
HSL color Cylindrical-coordinate representation of color #5752F3: hue angle of 241.86º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5752F3 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 82 | 243 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.05 |
| HSL | 241.86º | 0.87% | 0.64% | - |
| HSV(B) | 241.86º | 0.66% | 0.95% | - |
| XYZ | 23.13 | 14.53 | 86.38 | - |
| YUV | 101.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 243 | 0.64 | 0.66 | 0 | 0.05 | 241.86 | 0.87 | 0.64 |
| Hex | 57 | 52 | F3 | 40 | 42 | 0 | 5 | F2 | 57 | 40 |
| Octal | 127 | 122 | 363 | 100 | 102 | 0 | 5 | 362 | 127 | 100 |
| Binary | 1010111 | 1010010 | 11110011 | 1000000 | 1000010 | 0 | 101 | 11110010 | 1010111 | 1000000 |
Color Harmonies of #5752F3
Complementary color
Monochromatic Colors of #5752F3
Black with #5752F3
Text Example
Text Example
White with #5752F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752F3; }
p { color: rgb(87,82,243); }
H1.HeaderClassName
{
color: #5752F3;
}
.AnyTagClassName
{
color: #5752F3;
}
</style>
background-color css
<style>
a { background-color: #5752F3; }
a { background-color: rgb(87,82,243); }
div.DivClassName
{
background-color: #5752F3;
}
.BgClassName
{
background-color: #5752F3;
}
</style>
border-color css
<style>
span { border-color: #5752F3; }
span { border-color: rgb(87,82,243); }
td.TdClassName
{
border-color: #5752F3;
}
.TagClassName
{
border-color: #5752F3;
}
</style>