Shades of Neon Blue #363CFF
Tints of Neon Blue #363CFF
RGB
CMYK
RGB Variations
Color information
#363CFF (or 0x363CFF) is known color: Neon Blue. HEX triplet: 36, 3C and FF. RGB value is (54,60,255). Sum of RGB (Red+Green+Blue) = 54+60+255=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #363CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFF is #C9C300. Grayscale: #4F4F4F. Windows color (decimal): -13222657 or 16727094. OLE color: 16727094.
HSL color Cylindrical-coordinate representation of color #363CFF: hue angle of 238.21º 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 #363CFF is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 60 | 255 | - |
| CMYK | 0.79 | 0.76 | 0 | 0 |
| HSL | 238.21º | 1% | 0.61% | - |
| HSV(B) | 238.21º | 0.79% | 1% | - |
| XYZ | 21.19 | 11.24 | 95.66 | - |
| YUV | 80.44 | 226.51 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 255 | 0.79 | 0.76 | 0 | 0 | 238.21 | 1 | 0.61 |
| Hex | 36 | 3C | FF | 4F | 4C | 0 | 0 | EE | 64 | 3D |
| Octal | 66 | 74 | 377 | 117 | 114 | 0 | 0 | 356 | 144 | 75 |
| Binary | 110110 | 111100 | 11111111 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #363CFF
Complementary color
Monochromatic Colors of #363CFF
Black with #363CFF
Text Example
Text Example
White with #363CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CFF; }
p { color: rgb(54,60,255); }
H1.HeaderClassName
{
color: #363CFF;
}
.AnyTagClassName
{
color: #363CFF;
}
</style>
background-color css
<style>
a { background-color: #363CFF; }
a { background-color: rgb(54,60,255); }
div.DivClassName
{
background-color: #363CFF;
}
.BgClassName
{
background-color: #363CFF;
}
</style>
border-color css
<style>
span { border-color: #363CFF; }
span { border-color: rgb(54,60,255); }
td.TdClassName
{
border-color: #363CFF;
}
.TagClassName
{
border-color: #363CFF;
}
</style>