Shades of Neon Blue #364CEC
Tints of Neon Blue #364CEC
RGB
CMYK
RGB Variations
Color information
#364CEC (or 0x364CEC) is known color: Neon Blue. HEX triplet: 36, 4C and EC. RGB value is (54,76,236). Sum of RGB (Red+Green+Blue) = 54+76+236=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #364CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364CEC is #C9B313. Grayscale: #575757. Windows color (decimal): -13218580 or 15486006. OLE color: 15486006.
HSL color Cylindrical-coordinate representation of color #364CEC: hue angle of 232.75º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #364CEC is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 76 | 236 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.07 |
| HSL | 232.75º | 0.83% | 0.57% | - |
| HSV(B) | 232.75º | 0.77% | 0.93% | - |
| XYZ | 19.25 | 12.01 | 80.66 | - |
| YUV | 87.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 236 | 0.77 | 0.68 | 0 | 0.07 | 232.75 | 0.83 | 0.57 |
| Hex | 36 | 4C | EC | 4D | 44 | 0 | 7 | E9 | 53 | 39 |
| Octal | 66 | 114 | 354 | 115 | 104 | 0 | 7 | 351 | 123 | 71 |
| Binary | 110110 | 1001100 | 11101100 | 1001101 | 1000100 | 0 | 111 | 11101001 | 1010011 | 111001 |
Color Harmonies of #364CEC
Complementary color
Monochromatic Colors of #364CEC
Black with #364CEC
Text Example
Text Example
White with #364CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364CEC; }
p { color: rgb(54,76,236); }
H1.HeaderClassName
{
color: #364CEC;
}
.AnyTagClassName
{
color: #364CEC;
}
</style>
background-color css
<style>
a { background-color: #364CEC; }
a { background-color: rgb(54,76,236); }
div.DivClassName
{
background-color: #364CEC;
}
.BgClassName
{
background-color: #364CEC;
}
</style>
border-color css
<style>
span { border-color: #364CEC; }
span { border-color: rgb(54,76,236); }
td.TdClassName
{
border-color: #364CEC;
}
.TagClassName
{
border-color: #364CEC;
}
</style>