Shades of Neon Blue #363BFF
Tints of Neon Blue #363BFF
RGB
CMYK
RGB Variations
Color information
#363BFF (or 0x363BFF) is known color: Neon Blue. HEX triplet: 36, 3B and FF. RGB value is (54,59,255). Sum of RGB (Red+Green+Blue) = 54+59+255=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #363BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BFF is #C9C400. Grayscale: #4F4F4F. Windows color (decimal): -13222913 or 16726838. OLE color: 16726838.
HSL color Cylindrical-coordinate representation of color #363BFF: hue angle of 238.51º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363BFF is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 59 | 255 | - |
| CMYK | 0.79 | 0.77 | 0 | 0 |
| HSL | 238.51º | 1% | 0.61% | - |
| HSV(B) | 238.51º | 0.79% | 1% | - |
| XYZ | 21.14 | 11.13 | 95.64 | - |
| YUV | 79.85 | 226.84 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 255 | 0.79 | 0.77 | 0 | 0 | 238.51 | 1 | 0.61 |
| Hex | 36 | 3B | FF | 4F | 4D | 0 | 0 | EF | 64 | 3D |
| Octal | 66 | 73 | 377 | 117 | 115 | 0 | 0 | 357 | 144 | 75 |
| Binary | 110110 | 111011 | 11111111 | 1001111 | 1001101 | 0 | 0 | 11101111 | 1100100 | 111101 |
Color Harmonies of #363BFF
Complementary color
Monochromatic Colors of #363BFF
Black with #363BFF
Text Example
Text Example
White with #363BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BFF; }
p { color: rgb(54,59,255); }
H1.HeaderClassName
{
color: #363BFF;
}
.AnyTagClassName
{
color: #363BFF;
}
</style>
background-color css
<style>
a { background-color: #363BFF; }
a { background-color: rgb(54,59,255); }
div.DivClassName
{
background-color: #363BFF;
}
.BgClassName
{
background-color: #363BFF;
}
</style>
border-color css
<style>
span { border-color: #363BFF; }
span { border-color: rgb(54,59,255); }
td.TdClassName
{
border-color: #363BFF;
}
.TagClassName
{
border-color: #363BFF;
}
</style>