Shades of Neon Blue #364CE9
Tints of Neon Blue #364CE9
RGB
CMYK
RGB Variations
Color information
#364CE9 (or 0x364CE9) is known color: Neon Blue. HEX triplet: 36, 4C and E9. RGB value is (54,76,233). Sum of RGB (Red+Green+Blue) = 54+76+233=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 233 (91.41% from 255 or 64.19% from 363); Max value from RGB is 233 - color contains mainly: blue. Hex color #364CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364CE9 is #C9B316. Grayscale: #565656. Windows color (decimal): -13218583 or 15289398. OLE color: 15289398.
HSL color Cylindrical-coordinate representation of color #364CE9: hue angle of 232.63º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #364CE9 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 76 | 233 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.09 |
| HSL | 232.63º | 0.8% | 0.56% | - |
| HSV(B) | 232.63º | 0.77% | 0.91% | - |
| XYZ | 18.81 | 11.84 | 78.38 | - |
| YUV | 87.32 | 210.21 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 233 | 0.77 | 0.67 | 0 | 0.09 | 232.63 | 0.8 | 0.56 |
| Hex | 36 | 4C | E9 | 4D | 43 | 0 | 9 | E9 | 50 | 38 |
| Octal | 66 | 114 | 351 | 115 | 103 | 0 | 11 | 351 | 120 | 70 |
| Binary | 110110 | 1001100 | 11101001 | 1001101 | 1000011 | 0 | 1001 | 11101001 | 1010000 | 111000 |
Color Harmonies of #364CE9
Complementary color
Monochromatic Colors of #364CE9
Black with #364CE9
Text Example
Text Example
White with #364CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364CE9; }
p { color: rgb(54,76,233); }
H1.HeaderClassName
{
color: #364CE9;
}
.AnyTagClassName
{
color: #364CE9;
}
</style>
background-color css
<style>
a { background-color: #364CE9; }
a { background-color: rgb(54,76,233); }
div.DivClassName
{
background-color: #364CE9;
}
.BgClassName
{
background-color: #364CE9;
}
</style>
border-color css
<style>
span { border-color: #364CE9; }
span { border-color: rgb(54,76,233); }
td.TdClassName
{
border-color: #364CE9;
}
.TagClassName
{
border-color: #364CE9;
}
</style>