Shades of Neon Blue #363BFC
Tints of Neon Blue #363BFC
RGB
CMYK
RGB Variations
Color information
#363BFC (or 0x363BFC) is known color: Neon Blue. HEX triplet: 36, 3B and FC. RGB value is (54,59,252). Sum of RGB (Red+Green+Blue) = 54+59+252=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #363BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BFC is #C9C403. Grayscale: #4E4E4E. Windows color (decimal): -13222916 or 16530230. OLE color: 16530230.
HSL color Cylindrical-coordinate representation of color #363BFC: hue angle of 238.48º 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 #363BFC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 59 | 252 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.01 |
| HSL | 238.48º | 0.97% | 0.6% | - |
| HSV(B) | 238.48º | 0.79% | 0.99% | - |
| XYZ | 20.66 | 10.94 | 93.12 | - |
| YUV | 79.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 252 | 0.79 | 0.77 | 0 | 0.01 | 238.48 | 0.97 | 0.6 |
| Hex | 36 | 3B | FC | 4F | 4D | 0 | 1 | EE | 61 | 3C |
| Octal | 66 | 73 | 374 | 117 | 115 | 0 | 1 | 356 | 141 | 74 |
| Binary | 110110 | 111011 | 11111100 | 1001111 | 1001101 | 0 | 1 | 11101110 | 1100001 | 111100 |
Color Harmonies of #363BFC
Complementary color
Monochromatic Colors of #363BFC
Black with #363BFC
Text Example
Text Example
White with #363BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BFC; }
p { color: rgb(54,59,252); }
H1.HeaderClassName
{
color: #363BFC;
}
.AnyTagClassName
{
color: #363BFC;
}
</style>
background-color css
<style>
a { background-color: #363BFC; }
a { background-color: rgb(54,59,252); }
div.DivClassName
{
background-color: #363BFC;
}
.BgClassName
{
background-color: #363BFC;
}
</style>
border-color css
<style>
span { border-color: #363BFC; }
span { border-color: rgb(54,59,252); }
td.TdClassName
{
border-color: #363BFC;
}
.TagClassName
{
border-color: #363BFC;
}
</style>