Shades of Neon Blue #364CFF
Tints of Neon Blue #364CFF
RGB
CMYK
RGB Variations
Color information
#364CFF (or 0x364CFF) is known color: Neon Blue. HEX triplet: 36, 4C and FF. RGB value is (54,76,255). Sum of RGB (Red+Green+Blue) = 54+76+255=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #364CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364CFF is #C9B300. Grayscale: #595959. Windows color (decimal): -13218561 or 16731190. OLE color: 16731190.
HSL color Cylindrical-coordinate representation of color #364CFF: hue angle of 233.43º 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 #364CFF is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 76 | 255 | - |
| CMYK | 0.79 | 0.70 | 0 | 0 |
| HSL | 233.43º | 1% | 0.61% | - |
| HSV(B) | 233.43º | 0.79% | 1% | - |
| XYZ | 22.16 | 13.17 | 95.98 | - |
| YUV | 89.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 255 | 0.79 | 0.70 | 0 | 0 | 233.43 | 1 | 0.61 |
| Hex | 36 | 4C | FF | 4F | 46 | 0 | 0 | E9 | 64 | 3D |
| Octal | 66 | 114 | 377 | 117 | 106 | 0 | 0 | 351 | 144 | 75 |
| Binary | 110110 | 1001100 | 11111111 | 1001111 | 1000110 | 0 | 0 | 11101001 | 1100100 | 111101 |
Color Harmonies of #364CFF
Complementary color
Monochromatic Colors of #364CFF
Black with #364CFF
Text Example
Text Example
White with #364CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364CFF; }
p { color: rgb(54,76,255); }
H1.HeaderClassName
{
color: #364CFF;
}
.AnyTagClassName
{
color: #364CFF;
}
</style>
background-color css
<style>
a { background-color: #364CFF; }
a { background-color: rgb(54,76,255); }
div.DivClassName
{
background-color: #364CFF;
}
.BgClassName
{
background-color: #364CFF;
}
</style>
border-color css
<style>
span { border-color: #364CFF; }
span { border-color: rgb(54,76,255); }
td.TdClassName
{
border-color: #364CFF;
}
.TagClassName
{
border-color: #364CFF;
}
</style>