Shades of Neon Blue #364EFF
Tints of Neon Blue #364EFF
RGB
CMYK
RGB Variations
Color information
#364EFF (or 0x364EFF) is known color: Neon Blue. HEX triplet: 36, 4E and FF. RGB value is (54,78,255). Sum of RGB (Red+Green+Blue) = 54+78+255=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #364EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364EFF is #C9B100. Grayscale: #5A5A5A. Windows color (decimal): -13218049 or 16731702. OLE color: 16731702.
HSL color Cylindrical-coordinate representation of color #364EFF: hue angle of 232.84º 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 #364EFF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 78 | 255 | - |
| CMYK | 0.79 | 0.69 | 0 | 0 |
| HSL | 232.84º | 1% | 0.61% | - |
| HSV(B) | 232.84º | 0.79% | 1% | - |
| XYZ | 22.3 | 13.45 | 96.03 | - |
| YUV | 91 | 220.55 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 255 | 0.79 | 0.69 | 0 | 0 | 232.84 | 1 | 0.61 |
| Hex | 36 | 4E | FF | 4F | 45 | 0 | 0 | E9 | 64 | 3D |
| Octal | 66 | 116 | 377 | 117 | 105 | 0 | 0 | 351 | 144 | 75 |
| Binary | 110110 | 1001110 | 11111111 | 1001111 | 1000101 | 0 | 0 | 11101001 | 1100100 | 111101 |
Color Harmonies of #364EFF
Complementary color
Monochromatic Colors of #364EFF
Black with #364EFF
Text Example
Text Example
White with #364EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EFF; }
p { color: rgb(54,78,255); }
H1.HeaderClassName
{
color: #364EFF;
}
.AnyTagClassName
{
color: #364EFF;
}
</style>
background-color css
<style>
a { background-color: #364EFF; }
a { background-color: rgb(54,78,255); }
div.DivClassName
{
background-color: #364EFF;
}
.BgClassName
{
background-color: #364EFF;
}
</style>
border-color css
<style>
span { border-color: #364EFF; }
span { border-color: rgb(54,78,255); }
td.TdClassName
{
border-color: #364EFF;
}
.TagClassName
{
border-color: #364EFF;
}
</style>