Shades of Neon Blue #574CFB
Tints of Neon Blue #574CFB
RGB
CMYK
RGB Variations
Color information
#574CFB (or 0x574CFB) is known color: Neon Blue. HEX triplet: 57, 4C and FB. RGB value is (87,76,251). Sum of RGB (Red+Green+Blue) = 87+76+251=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #574CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CFB is #A8B304. Grayscale: #626262. Windows color (decimal): -11055877 or 16469079. OLE color: 16469079.
HSL color Cylindrical-coordinate representation of color #574CFB: hue angle of 243.77º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574CFB is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 76 | 251 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.02 |
| HSL | 243.77º | 0.96% | 0.64% | - |
| HSV(B) | 243.77º | 0.7% | 0.98% | - |
| XYZ | 23.93 | 14.16 | 92.74 | - |
| YUV | 99.24 | 213.64 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 251 | 0.65 | 0.70 | 0 | 0.02 | 243.77 | 0.96 | 0.64 |
| Hex | 57 | 4C | FB | 41 | 46 | 0 | 2 | F4 | 60 | 40 |
| Octal | 127 | 114 | 373 | 101 | 106 | 0 | 2 | 364 | 140 | 100 |
| Binary | 1010111 | 1001100 | 11111011 | 1000001 | 1000110 | 0 | 10 | 11110100 | 1100000 | 1000000 |
Color Harmonies of #574CFB
Complementary color
Monochromatic Colors of #574CFB
Black with #574CFB
Text Example
Text Example
White with #574CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CFB; }
p { color: rgb(87,76,251); }
H1.HeaderClassName
{
color: #574CFB;
}
.AnyTagClassName
{
color: #574CFB;
}
</style>
background-color css
<style>
a { background-color: #574CFB; }
a { background-color: rgb(87,76,251); }
div.DivClassName
{
background-color: #574CFB;
}
.BgClassName
{
background-color: #574CFB;
}
</style>
border-color css
<style>
span { border-color: #574CFB; }
span { border-color: rgb(87,76,251); }
td.TdClassName
{
border-color: #574CFB;
}
.TagClassName
{
border-color: #574CFB;
}
</style>