Shades of Neon Blue #363AF2
Tints of Neon Blue #363AF2
RGB
CMYK
RGB Variations
Color information
#363AF2 (or 0x363AF2) is known color: Neon Blue. HEX triplet: 36, 3A and F2. RGB value is (54,58,242). Sum of RGB (Red+Green+Blue) = 54+58+242=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #363AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AF2 is #C9C50D. Grayscale: #4D4D4D. Windows color (decimal): -13223182 or 15874614. OLE color: 15874614.
HSL color Cylindrical-coordinate representation of color #363AF2: hue angle of 238.72º degrees, saturation: 0.88, 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 #363AF2 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 58 | 242 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.05 |
| HSL | 238.72º | 0.88% | 0.58% | - |
| HSV(B) | 238.72º | 0.78% | 0.95% | - |
| XYZ | 19.06 | 10.22 | 84.97 | - |
| YUV | 77.78 | 220.67 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 242 | 0.78 | 0.76 | 0 | 0.05 | 238.72 | 0.88 | 0.58 |
| Hex | 36 | 3A | F2 | 4E | 4C | 0 | 5 | EF | 58 | 3A |
| Octal | 66 | 72 | 362 | 116 | 114 | 0 | 5 | 357 | 130 | 72 |
| Binary | 110110 | 111010 | 11110010 | 1001110 | 1001100 | 0 | 101 | 11101111 | 1011000 | 111010 |
Color Harmonies of #363AF2
Complementary color
Monochromatic Colors of #363AF2
Black with #363AF2
Text Example
Text Example
White with #363AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AF2; }
p { color: rgb(54,58,242); }
H1.HeaderClassName
{
color: #363AF2;
}
.AnyTagClassName
{
color: #363AF2;
}
</style>
background-color css
<style>
a { background-color: #363AF2; }
a { background-color: rgb(54,58,242); }
div.DivClassName
{
background-color: #363AF2;
}
.BgClassName
{
background-color: #363AF2;
}
</style>
border-color css
<style>
span { border-color: #363AF2; }
span { border-color: rgb(54,58,242); }
td.TdClassName
{
border-color: #363AF2;
}
.TagClassName
{
border-color: #363AF2;
}
</style>