Shades of Neon Blue #363AF6
Tints of Neon Blue #363AF6
RGB
CMYK
RGB Variations
Color information
#363AF6 (or 0x363AF6) is known color: Neon Blue. HEX triplet: 36, 3A and F6. RGB value is (54,58,246). Sum of RGB (Red+Green+Blue) = 54+58+246=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #363AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AF6 is #C9C509. Grayscale: #4D4D4D. Windows color (decimal): -13223178 or 16136758. OLE color: 16136758.
HSL color Cylindrical-coordinate representation of color #363AF6: hue angle of 238.75º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363AF6 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 58 | 246 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.04 |
| HSL | 238.75º | 0.91% | 0.59% | - |
| HSV(B) | 238.75º | 0.78% | 0.96% | - |
| XYZ | 19.67 | 10.46 | 88.17 | - |
| YUV | 78.24 | 222.67 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 246 | 0.78 | 0.76 | 0 | 0.04 | 238.75 | 0.91 | 0.59 |
| Hex | 36 | 3A | F6 | 4E | 4C | 0 | 4 | EF | 5B | 3B |
| Octal | 66 | 72 | 366 | 116 | 114 | 0 | 4 | 357 | 133 | 73 |
| Binary | 110110 | 111010 | 11110110 | 1001110 | 1001100 | 0 | 100 | 11101111 | 1011011 | 111011 |
Color Harmonies of #363AF6
Complementary color
Monochromatic Colors of #363AF6
Black with #363AF6
Text Example
Text Example
White with #363AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AF6; }
p { color: rgb(54,58,246); }
H1.HeaderClassName
{
color: #363AF6;
}
.AnyTagClassName
{
color: #363AF6;
}
</style>
background-color css
<style>
a { background-color: #363AF6; }
a { background-color: rgb(54,58,246); }
div.DivClassName
{
background-color: #363AF6;
}
.BgClassName
{
background-color: #363AF6;
}
</style>
border-color css
<style>
span { border-color: #363AF6; }
span { border-color: rgb(54,58,246); }
td.TdClassName
{
border-color: #363AF6;
}
.TagClassName
{
border-color: #363AF6;
}
</style>