Shades of Neon Blue #3C30FD
Tints of Neon Blue #3C30FD
RGB
CMYK
RGB Variations
Color information
#3C30FD (or 0x3C30FD) is known color: Neon Blue. HEX triplet: 3C, 30 and FD. RGB value is (60,48,253). Sum of RGB (Red+Green+Blue) = 60+48+253=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C30FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C30FD is #C3CF02. Grayscale: #4A4A4A. Windows color (decimal): -12832515 or 16592956. OLE color: 16592956.
HSL color Cylindrical-coordinate representation of color #3C30FD: hue angle of 243.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C30FD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 48 | 253 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.01 |
| HSL | 243.51º | 0.98% | 0.59% | - |
| HSV(B) | 243.51º | 0.81% | 0.99% | - |
| XYZ | 20.65 | 10.17 | 93.8 | - |
| YUV | 74.96 | 228.48 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 253 | 0.76 | 0.81 | 0 | 0.01 | 243.51 | 0.98 | 0.59 |
| Hex | 3C | 30 | FD | 4C | 51 | 0 | 1 | F4 | 62 | 3B |
| Octal | 74 | 60 | 375 | 114 | 121 | 0 | 1 | 364 | 142 | 73 |
| Binary | 111100 | 110000 | 11111101 | 1001100 | 1010001 | 0 | 1 | 11110100 | 1100010 | 111011 |
Color Harmonies of #3C30FD
Complementary color
Monochromatic Colors of #3C30FD
Black with #3C30FD
Text Example
Text Example
White with #3C30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C30FD; }
p { color: rgb(60,48,253); }
H1.HeaderClassName
{
color: #3C30FD;
}
.AnyTagClassName
{
color: #3C30FD;
}
</style>
background-color css
<style>
a { background-color: #3C30FD; }
a { background-color: rgb(60,48,253); }
div.DivClassName
{
background-color: #3C30FD;
}
.BgClassName
{
background-color: #3C30FD;
}
</style>
border-color css
<style>
span { border-color: #3C30FD; }
span { border-color: rgb(60,48,253); }
td.TdClassName
{
border-color: #3C30FD;
}
.TagClassName
{
border-color: #3C30FD;
}
</style>