Shades of Neon Blue #3C5AFB
Tints of Neon Blue #3C5AFB
RGB
CMYK
RGB Variations
Color information
#3C5AFB (or 0x3C5AFB) is known color: Neon Blue. HEX triplet: 3C, 5A and FB. RGB value is (60,90,251). Sum of RGB (Red+Green+Blue) = 60+90+251=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C5AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5AFB is #C3A504. Grayscale: #626262. Windows color (decimal): -12821765 or 16472636. OLE color: 16472636.
HSL color Cylindrical-coordinate representation of color #3C5AFB: hue angle of 230.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C5AFB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 90 | 251 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.02 |
| HSL | 230.58º | 0.96% | 0.61% | - |
| HSV(B) | 230.58º | 0.76% | 0.98% | - |
| XYZ | 22.93 | 15.24 | 93 | - |
| YUV | 99.38 | 213.56 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 251 | 0.76 | 0.64 | 0 | 0.02 | 230.58 | 0.96 | 0.61 |
| Hex | 3C | 5A | FB | 4C | 40 | 0 | 2 | E7 | 60 | 3D |
| Octal | 74 | 132 | 373 | 114 | 100 | 0 | 2 | 347 | 140 | 75 |
| Binary | 111100 | 1011010 | 11111011 | 1001100 | 1000000 | 0 | 10 | 11100111 | 1100000 | 111101 |
Color Harmonies of #3C5AFB
Complementary color
Monochromatic Colors of #3C5AFB
Black with #3C5AFB
Text Example
Text Example
White with #3C5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AFB; }
p { color: rgb(60,90,251); }
H1.HeaderClassName
{
color: #3C5AFB;
}
.AnyTagClassName
{
color: #3C5AFB;
}
</style>
background-color css
<style>
a { background-color: #3C5AFB; }
a { background-color: rgb(60,90,251); }
div.DivClassName
{
background-color: #3C5AFB;
}
.BgClassName
{
background-color: #3C5AFB;
}
</style>
border-color css
<style>
span { border-color: #3C5AFB; }
span { border-color: rgb(60,90,251); }
td.TdClassName
{
border-color: #3C5AFB;
}
.TagClassName
{
border-color: #3C5AFB;
}
</style>