Shades of Neon Blue #3558FA
Tints of Neon Blue #3558FA
RGB
CMYK
RGB Variations
Color information
#3558FA (or 0x3558FA) is known color: Neon Blue. HEX triplet: 35, 58 and FA. RGB value is (53,88,250). Sum of RGB (Red+Green+Blue) = 53+88+250=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #3558FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3558FA is #CAA705. Grayscale: #5F5F5F. Windows color (decimal): -13281030 or 16406581. OLE color: 16406581.
HSL color Cylindrical-coordinate representation of color #3558FA: hue angle of 229.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3558FA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 88 | 250 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.02 |
| HSL | 229.34º | 0.95% | 0.59% | - |
| HSV(B) | 229.34º | 0.79% | 0.98% | - |
| XYZ | 22.21 | 14.64 | 92.1 | - |
| YUV | 96 | 214.9 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 250 | 0.79 | 0.65 | 0 | 0.02 | 229.34 | 0.95 | 0.59 |
| Hex | 35 | 58 | FA | 4F | 41 | 0 | 2 | E5 | 5F | 3B |
| Octal | 65 | 130 | 372 | 117 | 101 | 0 | 2 | 345 | 137 | 73 |
| Binary | 110101 | 1011000 | 11111010 | 1001111 | 1000001 | 0 | 10 | 11100101 | 1011111 | 111011 |
Color Harmonies of #3558FA
Complementary color
Monochromatic Colors of #3558FA
Black with #3558FA
Text Example
Text Example
White with #3558FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558FA; }
p { color: rgb(53,88,250); }
H1.HeaderClassName
{
color: #3558FA;
}
.AnyTagClassName
{
color: #3558FA;
}
</style>
background-color css
<style>
a { background-color: #3558FA; }
a { background-color: rgb(53,88,250); }
div.DivClassName
{
background-color: #3558FA;
}
.BgClassName
{
background-color: #3558FA;
}
</style>
border-color css
<style>
span { border-color: #3558FA; }
span { border-color: rgb(53,88,250); }
td.TdClassName
{
border-color: #3558FA;
}
.TagClassName
{
border-color: #3558FA;
}
</style>