Shades of Neon Blue #3C36FF
Tints of Neon Blue #3C36FF
RGB
CMYK
RGB Variations
Color information
#3C36FF (or 0x3C36FF) is known color: Neon Blue. HEX triplet: 3C, 36 and FF. RGB value is (60,54,255). Sum of RGB (Red+Green+Blue) = 60+54+255=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C36FF is #C3C900. Grayscale: #4D4D4D. Windows color (decimal): -12830977 or 16725564. OLE color: 16725564.
HSL color Cylindrical-coordinate representation of color #3C36FF: hue angle of 241.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C36FF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 54 | 255 | - |
| CMYK | 0.76 | 0.79 | 0 | 0 |
| HSL | 241.79º | 1% | 0.61% | - |
| HSV(B) | 241.79º | 0.79% | 1% | - |
| XYZ | 21.23 | 10.82 | 95.58 | - |
| YUV | 78.71 | 227.49 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 255 | 0.76 | 0.79 | 0 | 0 | 241.79 | 1 | 0.61 |
| Hex | 3C | 36 | FF | 4C | 4F | 0 | 0 | F2 | 64 | 3D |
| Octal | 74 | 66 | 377 | 114 | 117 | 0 | 0 | 362 | 144 | 75 |
| Binary | 111100 | 110110 | 11111111 | 1001100 | 1001111 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #3C36FF
Complementary color
Monochromatic Colors of #3C36FF
Black with #3C36FF
Text Example
Text Example
White with #3C36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36FF; }
p { color: rgb(60,54,255); }
H1.HeaderClassName
{
color: #3C36FF;
}
.AnyTagClassName
{
color: #3C36FF;
}
</style>
background-color css
<style>
a { background-color: #3C36FF; }
a { background-color: rgb(60,54,255); }
div.DivClassName
{
background-color: #3C36FF;
}
.BgClassName
{
background-color: #3C36FF;
}
</style>
border-color css
<style>
span { border-color: #3C36FF; }
span { border-color: rgb(60,54,255); }
td.TdClassName
{
border-color: #3C36FF;
}
.TagClassName
{
border-color: #3C36FF;
}
</style>