Shades of Neon Blue #574FFA
Tints of Neon Blue #574FFA
RGB
CMYK
RGB Variations
Color information
#574FFA (or 0x574FFA) is known color: Neon Blue. HEX triplet: 57, 4F and FA. RGB value is (87,79,250). Sum of RGB (Red+Green+Blue) = 87+79+250=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #574FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FFA is #A8B005. Grayscale: #646464. Windows color (decimal): -11055110 or 16404311. OLE color: 16404311.
HSL color Cylindrical-coordinate representation of color #574FFA: hue angle of 242.81º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #574FFA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 79 | 250 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.02 |
| HSL | 242.81º | 0.94% | 0.65% | - |
| HSV(B) | 242.81º | 0.68% | 0.98% | - |
| XYZ | 23.98 | 14.52 | 91.98 | - |
| YUV | 100.89 | 212.15 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 250 | 0.65 | 0.68 | 0 | 0.02 | 242.81 | 0.94 | 0.65 |
| Hex | 57 | 4F | FA | 41 | 44 | 0 | 2 | F3 | 5E | 41 |
| Octal | 127 | 117 | 372 | 101 | 104 | 0 | 2 | 363 | 136 | 101 |
| Binary | 1010111 | 1001111 | 11111010 | 1000001 | 1000100 | 0 | 10 | 11110011 | 1011110 | 1000001 |
Color Harmonies of #574FFA
Complementary color
Monochromatic Colors of #574FFA
Black with #574FFA
Text Example
Text Example
White with #574FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574FFA; }
p { color: rgb(87,79,250); }
H1.HeaderClassName
{
color: #574FFA;
}
.AnyTagClassName
{
color: #574FFA;
}
</style>
background-color css
<style>
a { background-color: #574FFA; }
a { background-color: rgb(87,79,250); }
div.DivClassName
{
background-color: #574FFA;
}
.BgClassName
{
background-color: #574FFA;
}
</style>
border-color css
<style>
span { border-color: #574FFA; }
span { border-color: rgb(87,79,250); }
td.TdClassName
{
border-color: #574FFA;
}
.TagClassName
{
border-color: #574FFA;
}
</style>