Shades of Neon Blue #363FF0
Tints of Neon Blue #363FF0
RGB
CMYK
RGB Variations
Color information
#363FF0 (or 0x363FF0) is known color: Neon Blue. HEX triplet: 36, 3F and F0. RGB value is (54,63,240). Sum of RGB (Red+Green+Blue) = 54+63+240=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #363FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FF0 is #C9C00F. Grayscale: #4F4F4F. Windows color (decimal): -13221904 or 15744822. OLE color: 15744822.
HSL color Cylindrical-coordinate representation of color #363FF0: hue angle of 237.1º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363FF0 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 63 | 240 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.06 |
| HSL | 237.1º | 0.86% | 0.58% | - |
| HSV(B) | 237.1º | 0.78% | 0.94% | - |
| XYZ | 19.03 | 10.63 | 83.49 | - |
| YUV | 80.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 240 | 0.78 | 0.74 | 0 | 0.06 | 237.1 | 0.86 | 0.58 |
| Hex | 36 | 3F | F0 | 4E | 4A | 0 | 6 | ED | 56 | 3A |
| Octal | 66 | 77 | 360 | 116 | 112 | 0 | 6 | 355 | 126 | 72 |
| Binary | 110110 | 111111 | 11110000 | 1001110 | 1001010 | 0 | 110 | 11101101 | 1010110 | 111010 |
Color Harmonies of #363FF0
Complementary color
Monochromatic Colors of #363FF0
Black with #363FF0
Text Example
Text Example
White with #363FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FF0; }
p { color: rgb(54,63,240); }
H1.HeaderClassName
{
color: #363FF0;
}
.AnyTagClassName
{
color: #363FF0;
}
</style>
background-color css
<style>
a { background-color: #363FF0; }
a { background-color: rgb(54,63,240); }
div.DivClassName
{
background-color: #363FF0;
}
.BgClassName
{
background-color: #363FF0;
}
</style>
border-color css
<style>
span { border-color: #363FF0; }
span { border-color: rgb(54,63,240); }
td.TdClassName
{
border-color: #363FF0;
}
.TagClassName
{
border-color: #363FF0;
}
</style>