Shades of Neon Blue #363DFC
Tints of Neon Blue #363DFC
RGB
CMYK
RGB Variations
Color information
#363DFC (or 0x363DFC) is known color: Neon Blue. HEX triplet: 36, 3D and FC. RGB value is (54,61,252). Sum of RGB (Red+Green+Blue) = 54+61+252=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #363DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DFC is #C9C203. Grayscale: #4F4F4F. Windows color (decimal): -13222404 or 16530742. OLE color: 16530742.
HSL color Cylindrical-coordinate representation of color #363DFC: hue angle of 237.88º 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 #363DFC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 61 | 252 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.01 |
| HSL | 237.88º | 0.97% | 0.6% | - |
| HSV(B) | 237.88º | 0.79% | 0.99% | - |
| XYZ | 20.76 | 11.15 | 93.15 | - |
| YUV | 80.68 | 224.68 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 252 | 0.79 | 0.76 | 0 | 0.01 | 237.88 | 0.97 | 0.6 |
| Hex | 36 | 3D | FC | 4F | 4C | 0 | 1 | EE | 61 | 3C |
| Octal | 66 | 75 | 374 | 117 | 114 | 0 | 1 | 356 | 141 | 74 |
| Binary | 110110 | 111101 | 11111100 | 1001111 | 1001100 | 0 | 1 | 11101110 | 1100001 | 111100 |
Color Harmonies of #363DFC
Complementary color
Monochromatic Colors of #363DFC
Black with #363DFC
Text Example
Text Example
White with #363DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DFC; }
p { color: rgb(54,61,252); }
H1.HeaderClassName
{
color: #363DFC;
}
.AnyTagClassName
{
color: #363DFC;
}
</style>
background-color css
<style>
a { background-color: #363DFC; }
a { background-color: rgb(54,61,252); }
div.DivClassName
{
background-color: #363DFC;
}
.BgClassName
{
background-color: #363DFC;
}
</style>
border-color css
<style>
span { border-color: #363DFC; }
span { border-color: rgb(54,61,252); }
td.TdClassName
{
border-color: #363DFC;
}
.TagClassName
{
border-color: #363DFC;
}
</style>