Shades of Neon Blue #363CFC
Tints of Neon Blue #363CFC
RGB
CMYK
RGB Variations
Color information
#363CFC (or 0x363CFC) is known color: Neon Blue. HEX triplet: 36, 3C and FC. RGB value is (54,60,252). Sum of RGB (Red+Green+Blue) = 54+60+252=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #363CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFC is #C9C303. Grayscale: #4F4F4F. Windows color (decimal): -13222660 or 16530486. OLE color: 16530486.
HSL color Cylindrical-coordinate representation of color #363CFC: hue angle of 238.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363CFC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 60 | 252 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.01 |
| HSL | 238.18º | 0.97% | 0.6% | - |
| HSV(B) | 238.18º | 0.79% | 0.99% | - |
| XYZ | 20.71 | 11.04 | 93.14 | - |
| YUV | 80.09 | 225.01 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 252 | 0.79 | 0.76 | 0 | 0.01 | 238.18 | 0.97 | 0.6 |
| Hex | 36 | 3C | FC | 4F | 4C | 0 | 1 | EE | 61 | 3C |
| Octal | 66 | 74 | 374 | 117 | 114 | 0 | 1 | 356 | 141 | 74 |
| Binary | 110110 | 111100 | 11111100 | 1001111 | 1001100 | 0 | 1 | 11101110 | 1100001 | 111100 |
Color Harmonies of #363CFC
Complementary color
Monochromatic Colors of #363CFC
Black with #363CFC
Text Example
Text Example
White with #363CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CFC; }
p { color: rgb(54,60,252); }
H1.HeaderClassName
{
color: #363CFC;
}
.AnyTagClassName
{
color: #363CFC;
}
</style>
background-color css
<style>
a { background-color: #363CFC; }
a { background-color: rgb(54,60,252); }
div.DivClassName
{
background-color: #363CFC;
}
.BgClassName
{
background-color: #363CFC;
}
</style>
border-color css
<style>
span { border-color: #363CFC; }
span { border-color: rgb(54,60,252); }
td.TdClassName
{
border-color: #363CFC;
}
.TagClassName
{
border-color: #363CFC;
}
</style>