Shades of Neon Blue #3630EC
Tints of Neon Blue #3630EC
RGB
CMYK
RGB Variations
Color information
#3630EC (or 0x3630EC) is known color: Neon Blue. HEX triplet: 36, 30 and EC. RGB value is (54,48,236). Sum of RGB (Red+Green+Blue) = 54+48+236=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #3630EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3630EC is #C9CF13. Grayscale: #464646. Windows color (decimal): -13225748 or 15478838. OLE color: 15478838.
HSL color Cylindrical-coordinate representation of color #3630EC: hue angle of 241.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3630EC is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 48 | 236 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.07 |
| HSL | 241.91º | 0.83% | 0.56% | - |
| HSV(B) | 241.91º | 0.8% | 0.93% | - |
| XYZ | 17.72 | 8.95 | 80.15 | - |
| YUV | 71.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 236 | 0.77 | 0.80 | 0 | 0.07 | 241.91 | 0.83 | 0.56 |
| Hex | 36 | 30 | EC | 4D | 50 | 0 | 7 | F2 | 53 | 38 |
| Octal | 66 | 60 | 354 | 115 | 120 | 0 | 7 | 362 | 123 | 70 |
| Binary | 110110 | 110000 | 11101100 | 1001101 | 1010000 | 0 | 111 | 11110010 | 1010011 | 111000 |
Color Harmonies of #3630EC
Complementary color
Monochromatic Colors of #3630EC
Black with #3630EC
Text Example
Text Example
White with #3630EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3630EC; }
p { color: rgb(54,48,236); }
H1.HeaderClassName
{
color: #3630EC;
}
.AnyTagClassName
{
color: #3630EC;
}
</style>
background-color css
<style>
a { background-color: #3630EC; }
a { background-color: rgb(54,48,236); }
div.DivClassName
{
background-color: #3630EC;
}
.BgClassName
{
background-color: #3630EC;
}
</style>
border-color css
<style>
span { border-color: #3630EC; }
span { border-color: rgb(54,48,236); }
td.TdClassName
{
border-color: #3630EC;
}
.TagClassName
{
border-color: #3630EC;
}
</style>