Shades of Neon Blue #3C5FFE
Tints of Neon Blue #3C5FFE
RGB
CMYK
RGB Variations
Color information
#3C5FFE (or 0x3C5FFE) is known color: Neon Blue. HEX triplet: 3C, 5F and FE. RGB value is (60,95,254). Sum of RGB (Red+Green+Blue) = 60+95+254=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C5FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5FFE is #C3A001. Grayscale: #656565. Windows color (decimal): -12820482 or 16670524. OLE color: 16670524.
HSL color Cylindrical-coordinate representation of color #3C5FFE: hue angle of 229.18º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C5FFE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 95 | 254 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.00 |
| HSL | 229.18º | 0.99% | 0.62% | - |
| HSV(B) | 229.18º | 0.76% | 1% | - |
| XYZ | 23.85 | 16.3 | 95.66 | - |
| YUV | 102.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 254 | 0.76 | 0.63 | 0 | 0.00 | 229.18 | 0.99 | 0.62 |
| Hex | 3C | 5F | FE | 4C | 3F | 0 | 0 | E5 | 63 | 3E |
| Octal | 74 | 137 | 376 | 114 | 77 | 0 | 0 | 345 | 143 | 76 |
| Binary | 111100 | 1011111 | 11111110 | 1001100 | 111111 | 0 | 0 | 11100101 | 1100011 | 111110 |
Color Harmonies of #3C5FFE
Complementary color
Monochromatic Colors of #3C5FFE
Black with #3C5FFE
Text Example
Text Example
White with #3C5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FFE; }
p { color: rgb(60,95,254); }
H1.HeaderClassName
{
color: #3C5FFE;
}
.AnyTagClassName
{
color: #3C5FFE;
}
</style>
background-color css
<style>
a { background-color: #3C5FFE; }
a { background-color: rgb(60,95,254); }
div.DivClassName
{
background-color: #3C5FFE;
}
.BgClassName
{
background-color: #3C5FFE;
}
</style>
border-color css
<style>
span { border-color: #3C5FFE; }
span { border-color: rgb(60,95,254); }
td.TdClassName
{
border-color: #3C5FFE;
}
.TagClassName
{
border-color: #3C5FFE;
}
</style>