Shades of Neon Blue #3636FF
Tints of Neon Blue #3636FF
RGB
CMYK
RGB Variations
Color information
#3636FF (or 0x3636FF) is known color: Neon Blue. HEX triplet: 36, 36 and FF. RGB value is (54,54,255). Sum of RGB (Red+Green+Blue) = 54+54+255=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 54 (21.48% from 255 or 14.88% 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 #3636FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3636FF is #C9C900. Grayscale: #4C4C4C. Windows color (decimal): -13224193 or 16725558. OLE color: 16725558.
HSL color Cylindrical-coordinate representation of color #3636FF: hue angle of 240º 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 #3636FF is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 54 | 255 | - |
| CMYK | 0.79 | 0.79 | 0 | 0 |
| HSL | 240º | 1% | 0.61% | - |
| HSV(B) | 240º | 0.79% | 1% | - |
| XYZ | 20.89 | 10.64 | 95.56 | - |
| YUV | 76.91 | 228.5 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 255 | 0.79 | 0.79 | 0 | 0 | 240 | 1 | 0.61 |
| Hex | 36 | 36 | FF | 4F | 4F | 0 | 0 | F0 | 64 | 3D |
| Octal | 66 | 66 | 377 | 117 | 117 | 0 | 0 | 360 | 144 | 75 |
| Binary | 110110 | 110110 | 11111111 | 1001111 | 1001111 | 0 | 0 | 11110000 | 1100100 | 111101 |
Color Harmonies of #3636FF
Complementary color
Monochromatic Colors of #3636FF
Black with #3636FF
Text Example
Text Example
White with #3636FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3636FF; }
p { color: rgb(54,54,255); }
H1.HeaderClassName
{
color: #3636FF;
}
.AnyTagClassName
{
color: #3636FF;
}
</style>
background-color css
<style>
a { background-color: #3636FF; }
a { background-color: rgb(54,54,255); }
div.DivClassName
{
background-color: #3636FF;
}
.BgClassName
{
background-color: #3636FF;
}
</style>
border-color css
<style>
span { border-color: #3636FF; }
span { border-color: rgb(54,54,255); }
td.TdClassName
{
border-color: #3636FF;
}
.TagClassName
{
border-color: #3636FF;
}
</style>