Shades of Neon Blue #363AF3
Tints of Neon Blue #363AF3
RGB
CMYK
RGB Variations
Color information
#363AF3 (or 0x363AF3) is known color: Neon Blue. HEX triplet: 36, 3A and F3. RGB value is (54,58,243). Sum of RGB (Red+Green+Blue) = 54+58+243=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #363AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AF3 is #C9C50C. Grayscale: #4D4D4D. Windows color (decimal): -13223181 or 15940150. OLE color: 15940150.
HSL color Cylindrical-coordinate representation of color #363AF3: hue angle of 238.73º 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 #363AF3 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 58 | 243 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.05 |
| HSL | 238.73º | 0.89% | 0.58% | - |
| HSV(B) | 238.73º | 0.78% | 0.95% | - |
| XYZ | 19.21 | 10.28 | 85.77 | - |
| YUV | 77.89 | 221.17 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 243 | 0.78 | 0.76 | 0 | 0.05 | 238.73 | 0.89 | 0.58 |
| Hex | 36 | 3A | F3 | 4E | 4C | 0 | 5 | EF | 59 | 3A |
| Octal | 66 | 72 | 363 | 116 | 114 | 0 | 5 | 357 | 131 | 72 |
| Binary | 110110 | 111010 | 11110011 | 1001110 | 1001100 | 0 | 101 | 11101111 | 1011001 | 111010 |
Color Harmonies of #363AF3
Complementary color
Monochromatic Colors of #363AF3
Black with #363AF3
Text Example
Text Example
White with #363AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AF3; }
p { color: rgb(54,58,243); }
H1.HeaderClassName
{
color: #363AF3;
}
.AnyTagClassName
{
color: #363AF3;
}
</style>
background-color css
<style>
a { background-color: #363AF3; }
a { background-color: rgb(54,58,243); }
div.DivClassName
{
background-color: #363AF3;
}
.BgClassName
{
background-color: #363AF3;
}
</style>
border-color css
<style>
span { border-color: #363AF3; }
span { border-color: rgb(54,58,243); }
td.TdClassName
{
border-color: #363AF3;
}
.TagClassName
{
border-color: #363AF3;
}
</style>