Shades of Neon Blue #362FFF
Tints of Neon Blue #362FFF
RGB
CMYK
RGB Variations
Color information
#362FFF (or 0x362FFF) is known color: Neon Blue. HEX triplet: 36, 2F and FF. RGB value is (54,47,255). Sum of RGB (Red+Green+Blue) = 54+47+255=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #362FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362FFF is #C9D000. Grayscale: #474747. Windows color (decimal): -13225985 or 16723766. OLE color: 16723766.
HSL color Cylindrical-coordinate representation of color #362FFF: hue angle of 242.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362FFF is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 47 | 255 | - |
| CMYK | 0.79 | 0.82 | 0 | 0 |
| HSL | 242.02º | 1% | 0.59% | - |
| HSV(B) | 242.02º | 0.82% | 1% | - |
| XYZ | 20.59 | 10.04 | 95.46 | - |
| YUV | 72.81 | 230.82 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 255 | 0.79 | 0.82 | 0 | 0 | 242.02 | 1 | 0.59 |
| Hex | 36 | 2F | FF | 4F | 52 | 0 | 0 | F2 | 64 | 3B |
| Octal | 66 | 57 | 377 | 117 | 122 | 0 | 0 | 362 | 144 | 73 |
| Binary | 110110 | 101111 | 11111111 | 1001111 | 1010010 | 0 | 0 | 11110010 | 1100100 | 111011 |
Color Harmonies of #362FFF
Complementary color
Monochromatic Colors of #362FFF
Black with #362FFF
Text Example
Text Example
White with #362FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362FFF; }
p { color: rgb(54,47,255); }
H1.HeaderClassName
{
color: #362FFF;
}
.AnyTagClassName
{
color: #362FFF;
}
</style>
background-color css
<style>
a { background-color: #362FFF; }
a { background-color: rgb(54,47,255); }
div.DivClassName
{
background-color: #362FFF;
}
.BgClassName
{
background-color: #362FFF;
}
</style>
border-color css
<style>
span { border-color: #362FFF; }
span { border-color: rgb(54,47,255); }
td.TdClassName
{
border-color: #362FFF;
}
.TagClassName
{
border-color: #362FFF;
}
</style>