Shades of Neon Blue #3C5AFF
Tints of Neon Blue #3C5AFF
RGB
CMYK
RGB Variations
Color information
#3C5AFF (or 0x3C5AFF) is known color: Neon Blue. HEX triplet: 3C, 5A and FF. RGB value is (60,90,255). Sum of RGB (Red+Green+Blue) = 60+90+255=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5AFF is #C3A500. Grayscale: #636363. Windows color (decimal): -12821761 or 16734780. OLE color: 16734780.
HSL color Cylindrical-coordinate representation of color #3C5AFF: hue angle of 230.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C5AFF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 90 | 255 | - |
| CMYK | 0.76 | 0.65 | 0 | 0 |
| HSL | 230.77º | 1% | 0.62% | - |
| HSV(B) | 230.77º | 0.76% | 1% | - |
| XYZ | 23.57 | 15.49 | 96.36 | - |
| YUV | 99.84 | 215.56 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 255 | 0.76 | 0.65 | 0 | 0 | 230.77 | 1 | 0.62 |
| Hex | 3C | 5A | FF | 4C | 41 | 0 | 0 | E7 | 64 | 3E |
| Octal | 74 | 132 | 377 | 114 | 101 | 0 | 0 | 347 | 144 | 76 |
| Binary | 111100 | 1011010 | 11111111 | 1001100 | 1000001 | 0 | 0 | 11100111 | 1100100 | 111110 |
Color Harmonies of #3C5AFF
Complementary color
Monochromatic Colors of #3C5AFF
Black with #3C5AFF
Text Example
Text Example
White with #3C5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AFF; }
p { color: rgb(60,90,255); }
H1.HeaderClassName
{
color: #3C5AFF;
}
.AnyTagClassName
{
color: #3C5AFF;
}
</style>
background-color css
<style>
a { background-color: #3C5AFF; }
a { background-color: rgb(60,90,255); }
div.DivClassName
{
background-color: #3C5AFF;
}
.BgClassName
{
background-color: #3C5AFF;
}
</style>
border-color css
<style>
span { border-color: #3C5AFF; }
span { border-color: rgb(60,90,255); }
td.TdClassName
{
border-color: #3C5AFF;
}
.TagClassName
{
border-color: #3C5AFF;
}
</style>