Shades of Neon Blue #363BF4
Tints of Neon Blue #363BF4
RGB
CMYK
RGB Variations
Color information
#363BF4 (or 0x363BF4) is known color: Neon Blue. HEX triplet: 36, 3B and F4. RGB value is (54,59,244). Sum of RGB (Red+Green+Blue) = 54+59+244=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 244 (95.70% from 255 or 68.35% from 357); Max value from RGB is 244 - color contains mainly: blue. Hex color #363BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BF4 is #C9C40B. Grayscale: #4D4D4D. Windows color (decimal): -13222924 or 16005942. OLE color: 16005942.
HSL color Cylindrical-coordinate representation of color #363BF4: hue angle of 238.42º 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 #363BF4 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 59 | 244 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.04 |
| HSL | 238.42º | 0.9% | 0.58% | - |
| HSV(B) | 238.42º | 0.78% | 0.96% | - |
| XYZ | 19.41 | 10.44 | 86.58 | - |
| YUV | 78.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 244 | 0.78 | 0.76 | 0 | 0.04 | 238.42 | 0.9 | 0.58 |
| Hex | 36 | 3B | F4 | 4E | 4C | 0 | 4 | EE | 5A | 3A |
| Octal | 66 | 73 | 364 | 116 | 114 | 0 | 4 | 356 | 132 | 72 |
| Binary | 110110 | 111011 | 11110100 | 1001110 | 1001100 | 0 | 100 | 11101110 | 1011010 | 111010 |
Color Harmonies of #363BF4
Complementary color
Monochromatic Colors of #363BF4
Black with #363BF4
Text Example
Text Example
White with #363BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BF4; }
p { color: rgb(54,59,244); }
H1.HeaderClassName
{
color: #363BF4;
}
.AnyTagClassName
{
color: #363BF4;
}
</style>
background-color css
<style>
a { background-color: #363BF4; }
a { background-color: rgb(54,59,244); }
div.DivClassName
{
background-color: #363BF4;
}
.BgClassName
{
background-color: #363BF4;
}
</style>
border-color css
<style>
span { border-color: #363BF4; }
span { border-color: rgb(54,59,244); }
td.TdClassName
{
border-color: #363BF4;
}
.TagClassName
{
border-color: #363BF4;
}
</style>