Shades of Neon Blue #364AFF
Tints of Neon Blue #364AFF
RGB
CMYK
RGB Variations
Color information
#364AFF (or 0x364AFF) is known color: Neon Blue. HEX triplet: 36, 4A and FF. RGB value is (54,74,255). Sum of RGB (Red+Green+Blue) = 54+74+255=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #364AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364AFF is #C9B500. Grayscale: #575757. Windows color (decimal): -13219073 or 16730678. OLE color: 16730678.
HSL color Cylindrical-coordinate representation of color #364AFF: hue angle of 234.03º 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 #364AFF is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 74 | 255 | - |
| CMYK | 0.79 | 0.71 | 0 | 0 |
| HSL | 234.03º | 1% | 0.61% | - |
| HSV(B) | 234.03º | 0.79% | 1% | - |
| XYZ | 22.02 | 12.9 | 95.94 | - |
| YUV | 88.65 | 221.87 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 255 | 0.79 | 0.71 | 0 | 0 | 234.03 | 1 | 0.61 |
| Hex | 36 | 4A | FF | 4F | 47 | 0 | 0 | EA | 64 | 3D |
| Octal | 66 | 112 | 377 | 117 | 107 | 0 | 0 | 352 | 144 | 75 |
| Binary | 110110 | 1001010 | 11111111 | 1001111 | 1000111 | 0 | 0 | 11101010 | 1100100 | 111101 |
Color Harmonies of #364AFF
Complementary color
Monochromatic Colors of #364AFF
Black with #364AFF
Text Example
Text Example
White with #364AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364AFF; }
p { color: rgb(54,74,255); }
H1.HeaderClassName
{
color: #364AFF;
}
.AnyTagClassName
{
color: #364AFF;
}
</style>
background-color css
<style>
a { background-color: #364AFF; }
a { background-color: rgb(54,74,255); }
div.DivClassName
{
background-color: #364AFF;
}
.BgClassName
{
background-color: #364AFF;
}
</style>
border-color css
<style>
span { border-color: #364AFF; }
span { border-color: rgb(54,74,255); }
td.TdClassName
{
border-color: #364AFF;
}
.TagClassName
{
border-color: #364AFF;
}
</style>