Shades of Neon Blue #363AFE
Tints of Neon Blue #363AFE
RGB
CMYK
RGB Variations
Color information
#363AFE (or 0x363AFE) is known color: Neon Blue. HEX triplet: 36, 3A and FE. RGB value is (54,58,254). Sum of RGB (Red+Green+Blue) = 54+58+254=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #363AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AFE is #C9C501. Grayscale: #4E4E4E. Windows color (decimal): -13223170 or 16661046. OLE color: 16661046.
HSL color Cylindrical-coordinate representation of color #363AFE: hue angle of 238.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363AFE is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 58 | 254 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.00 |
| HSL | 238.8º | 0.99% | 0.6% | - |
| HSV(B) | 238.8º | 0.79% | 1% | - |
| XYZ | 20.92 | 10.97 | 94.78 | - |
| YUV | 79.15 | 226.67 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 254 | 0.79 | 0.77 | 0 | 0.00 | 238.8 | 0.99 | 0.6 |
| Hex | 36 | 3A | FE | 4F | 4D | 0 | 0 | EF | 63 | 3C |
| Octal | 66 | 72 | 376 | 117 | 115 | 0 | 0 | 357 | 143 | 74 |
| Binary | 110110 | 111010 | 11111110 | 1001111 | 1001101 | 0 | 0 | 11101111 | 1100011 | 111100 |
Color Harmonies of #363AFE
Complementary color
Monochromatic Colors of #363AFE
Black with #363AFE
Text Example
Text Example
White with #363AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AFE; }
p { color: rgb(54,58,254); }
H1.HeaderClassName
{
color: #363AFE;
}
.AnyTagClassName
{
color: #363AFE;
}
</style>
background-color css
<style>
a { background-color: #363AFE; }
a { background-color: rgb(54,58,254); }
div.DivClassName
{
background-color: #363AFE;
}
.BgClassName
{
background-color: #363AFE;
}
</style>
border-color css
<style>
span { border-color: #363AFE; }
span { border-color: rgb(54,58,254); }
td.TdClassName
{
border-color: #363AFE;
}
.TagClassName
{
border-color: #363AFE;
}
</style>