Shades of Neon Blue #3636FB
Tints of Neon Blue #3636FB
RGB
CMYK
RGB Variations
Color information
#3636FB (or 0x3636FB) is known color: Neon Blue. HEX triplet: 36, 36 and FB. RGB value is (54,54,251). Sum of RGB (Red+Green+Blue) = 54+54+251=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #3636FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3636FB is #C9C904. Grayscale: #4B4B4B. Windows color (decimal): -13224197 or 16463414. OLE color: 16463414.
HSL color Cylindrical-coordinate representation of color #3636FB: hue angle of 240º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3636FB is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 54 | 251 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.6% | - |
| HSV(B) | 240º | 0.78% | 0.98% | - |
| XYZ | 20.25 | 10.39 | 92.2 | - |
| YUV | 76.46 | 226.5 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 251 | 0.78 | 0.78 | 0 | 0.02 | 240 | 0.96 | 0.6 |
| Hex | 36 | 36 | FB | 4E | 4E | 0 | 2 | F0 | 60 | 3C |
| Octal | 66 | 66 | 373 | 116 | 116 | 0 | 2 | 360 | 140 | 74 |
| Binary | 110110 | 110110 | 11111011 | 1001110 | 1001110 | 0 | 10 | 11110000 | 1100000 | 111100 |
Color Harmonies of #3636FB
Complementary color
Monochromatic Colors of #3636FB
Black with #3636FB
Text Example
Text Example
White with #3636FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3636FB; }
p { color: rgb(54,54,251); }
H1.HeaderClassName
{
color: #3636FB;
}
.AnyTagClassName
{
color: #3636FB;
}
</style>
background-color css
<style>
a { background-color: #3636FB; }
a { background-color: rgb(54,54,251); }
div.DivClassName
{
background-color: #3636FB;
}
.BgClassName
{
background-color: #3636FB;
}
</style>
border-color css
<style>
span { border-color: #3636FB; }
span { border-color: rgb(54,54,251); }
td.TdClassName
{
border-color: #3636FB;
}
.TagClassName
{
border-color: #3636FB;
}
</style>