Shades of Neon Blue #3C3BFD
Tints of Neon Blue #3C3BFD
RGB
CMYK
RGB Variations
Color information
#3C3BFD (or 0x3C3BFD) is known color: Neon Blue. HEX triplet: 3C, 3B and FD. RGB value is (60,59,253). Sum of RGB (Red+Green+Blue) = 60+59+253=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C3BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3BFD is #C3C402. Grayscale: #505050. Windows color (decimal): -12829699 or 16595772. OLE color: 16595772.
HSL color Cylindrical-coordinate representation of color #3C3BFD: hue angle of 240.31º 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 #3C3BFD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 59 | 253 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.01 |
| HSL | 240.31º | 0.98% | 0.61% | - |
| HSV(B) | 240.31º | 0.77% | 0.99% | - |
| XYZ | 21.16 | 11.18 | 93.97 | - |
| YUV | 81.42 | 224.83 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 253 | 0.76 | 0.77 | 0 | 0.01 | 240.31 | 0.98 | 0.61 |
| Hex | 3C | 3B | FD | 4C | 4D | 0 | 1 | F0 | 62 | 3D |
| Octal | 74 | 73 | 375 | 114 | 115 | 0 | 1 | 360 | 142 | 75 |
| Binary | 111100 | 111011 | 11111101 | 1001100 | 1001101 | 0 | 1 | 11110000 | 1100010 | 111101 |
Color Harmonies of #3C3BFD
Complementary color
Monochromatic Colors of #3C3BFD
Black with #3C3BFD
Text Example
Text Example
White with #3C3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3BFD; }
p { color: rgb(60,59,253); }
H1.HeaderClassName
{
color: #3C3BFD;
}
.AnyTagClassName
{
color: #3C3BFD;
}
</style>
background-color css
<style>
a { background-color: #3C3BFD; }
a { background-color: rgb(60,59,253); }
div.DivClassName
{
background-color: #3C3BFD;
}
.BgClassName
{
background-color: #3C3BFD;
}
</style>
border-color css
<style>
span { border-color: #3C3BFD; }
span { border-color: rgb(60,59,253); }
td.TdClassName
{
border-color: #3C3BFD;
}
.TagClassName
{
border-color: #3C3BFD;
}
</style>