Shades of Neon Blue #364DF3
Tints of Neon Blue #364DF3
RGB
CMYK
RGB Variations
Color information
#364DF3 (or 0x364DF3) is known color: Neon Blue. HEX triplet: 36, 4D and F3. RGB value is (54,77,243). Sum of RGB (Red+Green+Blue) = 54+77+243=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #364DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DF3 is #C9B20C. Grayscale: #585858. Windows color (decimal): -13218317 or 15945014. OLE color: 15945014.
HSL color Cylindrical-coordinate representation of color #364DF3: hue angle of 232.7º degrees, saturation: 0.89, 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 #364DF3 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 77 | 243 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.05 |
| HSL | 232.7º | 0.89% | 0.58% | - |
| HSV(B) | 232.7º | 0.78% | 0.95% | - |
| XYZ | 20.35 | 12.56 | 86.15 | - |
| YUV | 89.05 | 214.88 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 243 | 0.78 | 0.68 | 0 | 0.05 | 232.7 | 0.89 | 0.58 |
| Hex | 36 | 4D | F3 | 4E | 44 | 0 | 5 | E9 | 59 | 3A |
| Octal | 66 | 115 | 363 | 116 | 104 | 0 | 5 | 351 | 131 | 72 |
| Binary | 110110 | 1001101 | 11110011 | 1001110 | 1000100 | 0 | 101 | 11101001 | 1011001 | 111010 |
Color Harmonies of #364DF3
Complementary color
Monochromatic Colors of #364DF3
Black with #364DF3
Text Example
Text Example
White with #364DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DF3; }
p { color: rgb(54,77,243); }
H1.HeaderClassName
{
color: #364DF3;
}
.AnyTagClassName
{
color: #364DF3;
}
</style>
background-color css
<style>
a { background-color: #364DF3; }
a { background-color: rgb(54,77,243); }
div.DivClassName
{
background-color: #364DF3;
}
.BgClassName
{
background-color: #364DF3;
}
</style>
border-color css
<style>
span { border-color: #364DF3; }
span { border-color: rgb(54,77,243); }
td.TdClassName
{
border-color: #364DF3;
}
.TagClassName
{
border-color: #364DF3;
}
</style>