Shades of Neon Blue #3C45FC
Tints of Neon Blue #3C45FC
RGB
CMYK
RGB Variations
Color information
#3C45FC (or 0x3C45FC) is known color: Neon Blue. HEX triplet: 3C, 45 and FC. RGB value is (60,69,252). Sum of RGB (Red+Green+Blue) = 60+69+252=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C45FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C45FC is #C3BA03. Grayscale: #565656. Windows color (decimal): -12827140 or 16532796. OLE color: 16532796.
HSL color Cylindrical-coordinate representation of color #3C45FC: hue angle of 237.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C45FC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 69 | 252 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.01 |
| HSL | 237.19º | 0.97% | 0.61% | - |
| HSV(B) | 237.19º | 0.76% | 0.99% | - |
| XYZ | 21.56 | 12.25 | 93.32 | - |
| YUV | 87.17 | 221.02 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 252 | 0.76 | 0.73 | 0 | 0.01 | 237.19 | 0.97 | 0.61 |
| Hex | 3C | 45 | FC | 4C | 49 | 0 | 1 | ED | 61 | 3D |
| Octal | 74 | 105 | 374 | 114 | 111 | 0 | 1 | 355 | 141 | 75 |
| Binary | 111100 | 1000101 | 11111100 | 1001100 | 1001001 | 0 | 1 | 11101101 | 1100001 | 111101 |
Color Harmonies of #3C45FC
Complementary color
Monochromatic Colors of #3C45FC
Black with #3C45FC
Text Example
Text Example
White with #3C45FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C45FC; }
p { color: rgb(60,69,252); }
H1.HeaderClassName
{
color: #3C45FC;
}
.AnyTagClassName
{
color: #3C45FC;
}
</style>
background-color css
<style>
a { background-color: #3C45FC; }
a { background-color: rgb(60,69,252); }
div.DivClassName
{
background-color: #3C45FC;
}
.BgClassName
{
background-color: #3C45FC;
}
</style>
border-color css
<style>
span { border-color: #3C45FC; }
span { border-color: rgb(60,69,252); }
td.TdClassName
{
border-color: #3C45FC;
}
.TagClassName
{
border-color: #3C45FC;
}
</style>