Shades of Neon Blue #363BF3
Tints of Neon Blue #363BF3
RGB
CMYK
RGB Variations
Color information
#363BF3 (or 0x363BF3) is known color: Neon Blue. HEX triplet: 36, 3B and F3. RGB value is (54,59,243). Sum of RGB (Red+Green+Blue) = 54+59+243=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #363BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BF3 is #C9C40C. Grayscale: #4D4D4D. Windows color (decimal): -13222925 or 15940406. OLE color: 15940406.
HSL color Cylindrical-coordinate representation of color #363BF3: hue angle of 238.41º 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 #363BF3 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 59 | 243 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.05 |
| HSL | 238.41º | 0.89% | 0.58% | - |
| HSV(B) | 238.41º | 0.78% | 0.95% | - |
| XYZ | 19.26 | 10.38 | 85.78 | - |
| YUV | 78.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 243 | 0.78 | 0.76 | 0 | 0.05 | 238.41 | 0.89 | 0.58 |
| Hex | 36 | 3B | F3 | 4E | 4C | 0 | 5 | EE | 59 | 3A |
| Octal | 66 | 73 | 363 | 116 | 114 | 0 | 5 | 356 | 131 | 72 |
| Binary | 110110 | 111011 | 11110011 | 1001110 | 1001100 | 0 | 101 | 11101110 | 1011001 | 111010 |
Color Harmonies of #363BF3
Complementary color
Monochromatic Colors of #363BF3
Black with #363BF3
Text Example
Text Example
White with #363BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BF3; }
p { color: rgb(54,59,243); }
H1.HeaderClassName
{
color: #363BF3;
}
.AnyTagClassName
{
color: #363BF3;
}
</style>
background-color css
<style>
a { background-color: #363BF3; }
a { background-color: rgb(54,59,243); }
div.DivClassName
{
background-color: #363BF3;
}
.BgClassName
{
background-color: #363BF3;
}
</style>
border-color css
<style>
span { border-color: #363BF3; }
span { border-color: rgb(54,59,243); }
td.TdClassName
{
border-color: #363BF3;
}
.TagClassName
{
border-color: #363BF3;
}
</style>