Shades of Neon Blue #574AF3
Tints of Neon Blue #574AF3
RGB
CMYK
RGB Variations
Color information
#574AF3 (or 0x574AF3) is known color: Neon Blue. HEX triplet: 57, 4A and F3. RGB value is (87,74,243). Sum of RGB (Red+Green+Blue) = 87+74+243=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #574AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AF3 is #A8B50C. Grayscale: #606060. Windows color (decimal): -11056397 or 15944279. OLE color: 15944279.
HSL color Cylindrical-coordinate representation of color #574AF3: hue angle of 244.62º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574AF3 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 74 | 243 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.05 |
| HSL | 244.62º | 0.88% | 0.62% | - |
| HSV(B) | 244.62º | 0.7% | 0.95% | - |
| XYZ | 22.56 | 13.39 | 86.19 | - |
| YUV | 97.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 243 | 0.64 | 0.70 | 0 | 0.05 | 244.62 | 0.88 | 0.62 |
| Hex | 57 | 4A | F3 | 40 | 46 | 0 | 5 | F5 | 58 | 3E |
| Octal | 127 | 112 | 363 | 100 | 106 | 0 | 5 | 365 | 130 | 76 |
| Binary | 1010111 | 1001010 | 11110011 | 1000000 | 1000110 | 0 | 101 | 11110101 | 1011000 | 111110 |
Color Harmonies of #574AF3
Complementary color
Monochromatic Colors of #574AF3
Black with #574AF3
Text Example
Text Example
White with #574AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574AF3; }
p { color: rgb(87,74,243); }
H1.HeaderClassName
{
color: #574AF3;
}
.AnyTagClassName
{
color: #574AF3;
}
</style>
background-color css
<style>
a { background-color: #574AF3; }
a { background-color: rgb(87,74,243); }
div.DivClassName
{
background-color: #574AF3;
}
.BgClassName
{
background-color: #574AF3;
}
</style>
border-color css
<style>
span { border-color: #574AF3; }
span { border-color: rgb(87,74,243); }
td.TdClassName
{
border-color: #574AF3;
}
.TagClassName
{
border-color: #574AF3;
}
</style>