Shades of Neon Blue #364DF2
Tints of Neon Blue #364DF2
RGB
CMYK
RGB Variations
Color information
#364DF2 (or 0x364DF2) is known color: Neon Blue. HEX triplet: 36, 4D and F2. RGB value is (54,77,242). Sum of RGB (Red+Green+Blue) = 54+77+242=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #364DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DF2 is #C9B20D. Grayscale: #585858. Windows color (decimal): -13218318 or 15879478. OLE color: 15879478.
HSL color Cylindrical-coordinate representation of color #364DF2: hue angle of 232.66º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #364DF2 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 77 | 242 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.05 |
| HSL | 232.66º | 0.88% | 0.58% | - |
| HSV(B) | 232.66º | 0.78% | 0.95% | - |
| XYZ | 20.2 | 12.5 | 85.35 | - |
| YUV | 88.93 | 214.38 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 242 | 0.78 | 0.68 | 0 | 0.05 | 232.66 | 0.88 | 0.58 |
| Hex | 36 | 4D | F2 | 4E | 44 | 0 | 5 | E9 | 58 | 3A |
| Octal | 66 | 115 | 362 | 116 | 104 | 0 | 5 | 351 | 130 | 72 |
| Binary | 110110 | 1001101 | 11110010 | 1001110 | 1000100 | 0 | 101 | 11101001 | 1011000 | 111010 |
Color Harmonies of #364DF2
Complementary color
Monochromatic Colors of #364DF2
Black with #364DF2
Text Example
Text Example
White with #364DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DF2; }
p { color: rgb(54,77,242); }
H1.HeaderClassName
{
color: #364DF2;
}
.AnyTagClassName
{
color: #364DF2;
}
</style>
background-color css
<style>
a { background-color: #364DF2; }
a { background-color: rgb(54,77,242); }
div.DivClassName
{
background-color: #364DF2;
}
.BgClassName
{
background-color: #364DF2;
}
</style>
border-color css
<style>
span { border-color: #364DF2; }
span { border-color: rgb(54,77,242); }
td.TdClassName
{
border-color: #364DF2;
}
.TagClassName
{
border-color: #364DF2;
}
</style>