Shades of Neon Blue #363EF4
Tints of Neon Blue #363EF4
RGB
CMYK
RGB Variations
Color information
#363EF4 (or 0x363EF4) is known color: Neon Blue. HEX triplet: 36, 3E and F4. RGB value is (54,62,244). Sum of RGB (Red+Green+Blue) = 54+62+244=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #363EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363EF4 is #C9C10B. Grayscale: #4F4F4F. Windows color (decimal): -13222156 or 16006710. OLE color: 16006710.
HSL color Cylindrical-coordinate representation of color #363EF4: hue angle of 237.47º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363EF4 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 62 | 244 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.04 |
| HSL | 237.47º | 0.9% | 0.58% | - |
| HSV(B) | 237.47º | 0.78% | 0.96% | - |
| XYZ | 19.57 | 10.76 | 86.63 | - |
| YUV | 80.36 | 220.35 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 244 | 0.78 | 0.75 | 0 | 0.04 | 237.47 | 0.9 | 0.58 |
| Hex | 36 | 3E | F4 | 4E | 4B | 0 | 4 | ED | 5A | 3A |
| Octal | 66 | 76 | 364 | 116 | 113 | 0 | 4 | 355 | 132 | 72 |
| Binary | 110110 | 111110 | 11110100 | 1001110 | 1001011 | 0 | 100 | 11101101 | 1011010 | 111010 |
Color Harmonies of #363EF4
Complementary color
Monochromatic Colors of #363EF4
Black with #363EF4
Text Example
Text Example
White with #363EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EF4; }
p { color: rgb(54,62,244); }
H1.HeaderClassName
{
color: #363EF4;
}
.AnyTagClassName
{
color: #363EF4;
}
</style>
background-color css
<style>
a { background-color: #363EF4; }
a { background-color: rgb(54,62,244); }
div.DivClassName
{
background-color: #363EF4;
}
.BgClassName
{
background-color: #363EF4;
}
</style>
border-color css
<style>
span { border-color: #363EF4; }
span { border-color: rgb(54,62,244); }
td.TdClassName
{
border-color: #363EF4;
}
.TagClassName
{
border-color: #363EF4;
}
</style>