Shades of Neon Blue #3C30FF
Tints of Neon Blue #3C30FF
RGB
CMYK
RGB Variations
Color information
#3C30FF (or 0x3C30FF) is known color: Neon Blue. HEX triplet: 3C, 30 and FF. RGB value is (60,48,255). Sum of RGB (Red+Green+Blue) = 60+48+255=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C30FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C30FF is #C3CF00. Grayscale: #4A4A4A. Windows color (decimal): -12832513 or 16724028. OLE color: 16724028.
HSL color Cylindrical-coordinate representation of color #3C30FF: hue angle of 243.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C30FF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 48 | 255 | - |
| CMYK | 0.76 | 0.81 | 0 | 0 |
| HSL | 243.48º | 1% | 0.59% | - |
| HSV(B) | 243.48º | 0.81% | 1% | - |
| XYZ | 20.97 | 10.29 | 95.49 | - |
| YUV | 75.19 | 229.48 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 255 | 0.76 | 0.81 | 0 | 0 | 243.48 | 1 | 0.59 |
| Hex | 3C | 30 | FF | 4C | 51 | 0 | 0 | F3 | 64 | 3B |
| Octal | 74 | 60 | 377 | 114 | 121 | 0 | 0 | 363 | 144 | 73 |
| Binary | 111100 | 110000 | 11111111 | 1001100 | 1010001 | 0 | 0 | 11110011 | 1100100 | 111011 |
Color Harmonies of #3C30FF
Complementary color
Monochromatic Colors of #3C30FF
Black with #3C30FF
Text Example
Text Example
White with #3C30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C30FF; }
p { color: rgb(60,48,255); }
H1.HeaderClassName
{
color: #3C30FF;
}
.AnyTagClassName
{
color: #3C30FF;
}
</style>
background-color css
<style>
a { background-color: #3C30FF; }
a { background-color: rgb(60,48,255); }
div.DivClassName
{
background-color: #3C30FF;
}
.BgClassName
{
background-color: #3C30FF;
}
</style>
border-color css
<style>
span { border-color: #3C30FF; }
span { border-color: rgb(60,48,255); }
td.TdClassName
{
border-color: #3C30FF;
}
.TagClassName
{
border-color: #3C30FF;
}
</style>