Shades of Neon Blue #574CF2
Tints of Neon Blue #574CF2
RGB
CMYK
RGB Variations
Color information
#574CF2 (or 0x574CF2) is known color: Neon Blue. HEX triplet: 57, 4C and F2. RGB value is (87,76,242). Sum of RGB (Red+Green+Blue) = 87+76+242=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #574CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CF2 is #A8B30D. Grayscale: #616161. Windows color (decimal): -11055886 or 15879255. OLE color: 15879255.
HSL color Cylindrical-coordinate representation of color #574CF2: hue angle of 243.98º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574CF2 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 76 | 242 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.05 |
| HSL | 243.98º | 0.86% | 0.62% | - |
| HSV(B) | 243.98º | 0.69% | 0.95% | - |
| XYZ | 22.54 | 13.61 | 85.44 | - |
| YUV | 98.21 | 209.14 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 242 | 0.64 | 0.69 | 0 | 0.05 | 243.98 | 0.86 | 0.62 |
| Hex | 57 | 4C | F2 | 40 | 45 | 0 | 5 | F4 | 56 | 3E |
| Octal | 127 | 114 | 362 | 100 | 105 | 0 | 5 | 364 | 126 | 76 |
| Binary | 1010111 | 1001100 | 11110010 | 1000000 | 1000101 | 0 | 101 | 11110100 | 1010110 | 111110 |
Color Harmonies of #574CF2
Complementary color
Monochromatic Colors of #574CF2
Black with #574CF2
Text Example
Text Example
White with #574CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CF2; }
p { color: rgb(87,76,242); }
H1.HeaderClassName
{
color: #574CF2;
}
.AnyTagClassName
{
color: #574CF2;
}
</style>
background-color css
<style>
a { background-color: #574CF2; }
a { background-color: rgb(87,76,242); }
div.DivClassName
{
background-color: #574CF2;
}
.BgClassName
{
background-color: #574CF2;
}
</style>
border-color css
<style>
span { border-color: #574CF2; }
span { border-color: rgb(87,76,242); }
td.TdClassName
{
border-color: #574CF2;
}
.TagClassName
{
border-color: #574CF2;
}
</style>