Shades of Neon Blue #3C3AFD
Tints of Neon Blue #3C3AFD
RGB
CMYK
RGB Variations
Color information
#3C3AFD (or 0x3C3AFD) is known color: Neon Blue. HEX triplet: 3C, 3A and FD. RGB value is (60,58,253). Sum of RGB (Red+Green+Blue) = 60+58+253=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C3AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3AFD is #C3C502. Grayscale: #505050. Windows color (decimal): -12829955 or 16595516. OLE color: 16595516.
HSL color Cylindrical-coordinate representation of color #3C3AFD: hue angle of 240.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C3AFD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 58 | 253 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.01 |
| HSL | 240.62º | 0.98% | 0.61% | - |
| HSV(B) | 240.62º | 0.77% | 0.99% | - |
| XYZ | 21.11 | 11.08 | 93.95 | - |
| YUV | 80.83 | 225.16 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 253 | 0.76 | 0.77 | 0 | 0.01 | 240.62 | 0.98 | 0.61 |
| Hex | 3C | 3A | FD | 4C | 4D | 0 | 1 | F1 | 62 | 3D |
| Octal | 74 | 72 | 375 | 114 | 115 | 0 | 1 | 361 | 142 | 75 |
| Binary | 111100 | 111010 | 11111101 | 1001100 | 1001101 | 0 | 1 | 11110001 | 1100010 | 111101 |
Color Harmonies of #3C3AFD
Complementary color
Monochromatic Colors of #3C3AFD
Black with #3C3AFD
Text Example
Text Example
White with #3C3AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3AFD; }
p { color: rgb(60,58,253); }
H1.HeaderClassName
{
color: #3C3AFD;
}
.AnyTagClassName
{
color: #3C3AFD;
}
</style>
background-color css
<style>
a { background-color: #3C3AFD; }
a { background-color: rgb(60,58,253); }
div.DivClassName
{
background-color: #3C3AFD;
}
.BgClassName
{
background-color: #3C3AFD;
}
</style>
border-color css
<style>
span { border-color: #3C3AFD; }
span { border-color: rgb(60,58,253); }
td.TdClassName
{
border-color: #3C3AFD;
}
.TagClassName
{
border-color: #3C3AFD;
}
</style>