Shades of Neon Blue #363DF6
Tints of Neon Blue #363DF6
RGB
CMYK
RGB Variations
Color information
#363DF6 (or 0x363DF6) is known color: Neon Blue. HEX triplet: 36, 3D and F6. RGB value is (54,61,246). Sum of RGB (Red+Green+Blue) = 54+61+246=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #363DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DF6 is #C9C209. Grayscale: #4F4F4F. Windows color (decimal): -13222410 or 16137526. OLE color: 16137526.
HSL color Cylindrical-coordinate representation of color #363DF6: hue angle of 237.81º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363DF6 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 61 | 246 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.04 |
| HSL | 237.81º | 0.91% | 0.59% | - |
| HSV(B) | 237.81º | 0.78% | 0.96% | - |
| XYZ | 19.82 | 10.78 | 88.22 | - |
| YUV | 80 | 221.68 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 246 | 0.78 | 0.75 | 0 | 0.04 | 237.81 | 0.91 | 0.59 |
| Hex | 36 | 3D | F6 | 4E | 4B | 0 | 4 | EE | 5B | 3B |
| Octal | 66 | 75 | 366 | 116 | 113 | 0 | 4 | 356 | 133 | 73 |
| Binary | 110110 | 111101 | 11110110 | 1001110 | 1001011 | 0 | 100 | 11101110 | 1011011 | 111011 |
Color Harmonies of #363DF6
Complementary color
Monochromatic Colors of #363DF6
Black with #363DF6
Text Example
Text Example
White with #363DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DF6; }
p { color: rgb(54,61,246); }
H1.HeaderClassName
{
color: #363DF6;
}
.AnyTagClassName
{
color: #363DF6;
}
</style>
background-color css
<style>
a { background-color: #363DF6; }
a { background-color: rgb(54,61,246); }
div.DivClassName
{
background-color: #363DF6;
}
.BgClassName
{
background-color: #363DF6;
}
</style>
border-color css
<style>
span { border-color: #363DF6; }
span { border-color: rgb(54,61,246); }
td.TdClassName
{
border-color: #363DF6;
}
.TagClassName
{
border-color: #363DF6;
}
</style>