Shades of Neon Blue #3C36FE
Tints of Neon Blue #3C36FE
RGB
CMYK
RGB Variations
Color information
#3C36FE (or 0x3C36FE) is known color: Neon Blue. HEX triplet: 3C, 36 and FE. RGB value is (60,54,254). Sum of RGB (Red+Green+Blue) = 60+54+254=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C36FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C36FE is #C3C901. Grayscale: #4D4D4D. Windows color (decimal): -12830978 or 16660028. OLE color: 16660028.
HSL color Cylindrical-coordinate representation of color #3C36FE: hue angle of 241.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C36FE is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 54 | 254 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.00 |
| HSL | 241.8º | 0.99% | 0.6% | - |
| HSV(B) | 241.8º | 0.79% | 1% | - |
| XYZ | 21.07 | 10.75 | 94.73 | - |
| YUV | 78.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 254 | 0.76 | 0.79 | 0 | 0.00 | 241.8 | 0.99 | 0.6 |
| Hex | 3C | 36 | FE | 4C | 4F | 0 | 0 | F2 | 63 | 3C |
| Octal | 74 | 66 | 376 | 114 | 117 | 0 | 0 | 362 | 143 | 74 |
| Binary | 111100 | 110110 | 11111110 | 1001100 | 1001111 | 0 | 0 | 11110010 | 1100011 | 111100 |
Color Harmonies of #3C36FE
Complementary color
Monochromatic Colors of #3C36FE
Black with #3C36FE
Text Example
Text Example
White with #3C36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36FE; }
p { color: rgb(60,54,254); }
H1.HeaderClassName
{
color: #3C36FE;
}
.AnyTagClassName
{
color: #3C36FE;
}
</style>
background-color css
<style>
a { background-color: #3C36FE; }
a { background-color: rgb(60,54,254); }
div.DivClassName
{
background-color: #3C36FE;
}
.BgClassName
{
background-color: #3C36FE;
}
</style>
border-color css
<style>
span { border-color: #3C36FE; }
span { border-color: rgb(60,54,254); }
td.TdClassName
{
border-color: #3C36FE;
}
.TagClassName
{
border-color: #3C36FE;
}
</style>