Shades of Neon Blue #5748FA
Tints of Neon Blue #5748FA
RGB
CMYK
RGB Variations
Color information
#5748FA (or 0x5748FA) is known color: Neon Blue. HEX triplet: 57, 48 and FA. RGB value is (87,72,250). Sum of RGB (Red+Green+Blue) = 87+72+250=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #5748FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5748FA is #A8B705. Grayscale: #606060. Windows color (decimal): -11056902 or 16402519. OLE color: 16402519.
HSL color Cylindrical-coordinate representation of color #5748FA: hue angle of 245.06º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5748FA is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 72 | 250 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.02 |
| HSL | 245.06º | 0.95% | 0.63% | - |
| HSV(B) | 245.06º | 0.71% | 0.98% | - |
| XYZ | 23.5 | 13.56 | 91.82 | - |
| YUV | 96.78 | 214.47 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 250 | 0.65 | 0.71 | 0 | 0.02 | 245.06 | 0.95 | 0.63 |
| Hex | 57 | 48 | FA | 41 | 47 | 0 | 2 | F5 | 5F | 3F |
| Octal | 127 | 110 | 372 | 101 | 107 | 0 | 2 | 365 | 137 | 77 |
| Binary | 1010111 | 1001000 | 11111010 | 1000001 | 1000111 | 0 | 10 | 11110101 | 1011111 | 111111 |
Color Harmonies of #5748FA
Complementary color
Monochromatic Colors of #5748FA
Black with #5748FA
Text Example
Text Example
White with #5748FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5748FA; }
p { color: rgb(87,72,250); }
H1.HeaderClassName
{
color: #5748FA;
}
.AnyTagClassName
{
color: #5748FA;
}
</style>
background-color css
<style>
a { background-color: #5748FA; }
a { background-color: rgb(87,72,250); }
div.DivClassName
{
background-color: #5748FA;
}
.BgClassName
{
background-color: #5748FA;
}
</style>
border-color css
<style>
span { border-color: #5748FA; }
span { border-color: rgb(87,72,250); }
td.TdClassName
{
border-color: #5748FA;
}
.TagClassName
{
border-color: #5748FA;
}
</style>