Shades of Neon Blue #363CFB
Tints of Neon Blue #363CFB
RGB
CMYK
RGB Variations
Color information
#363CFB (or 0x363CFB) is known color: Neon Blue. HEX triplet: 36, 3C and FB. RGB value is (54,60,251). Sum of RGB (Red+Green+Blue) = 54+60+251=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #363CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFB is #C9C304. Grayscale: #4F4F4F. Windows color (decimal): -13222661 or 16464950. OLE color: 16464950.
HSL color Cylindrical-coordinate representation of color #363CFB: hue angle of 238.17º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363CFB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 60 | 251 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.02 |
| HSL | 238.17º | 0.96% | 0.6% | - |
| HSV(B) | 238.17º | 0.78% | 0.98% | - |
| XYZ | 20.55 | 10.98 | 92.3 | - |
| YUV | 79.98 | 224.51 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 251 | 0.78 | 0.76 | 0 | 0.02 | 238.17 | 0.96 | 0.6 |
| Hex | 36 | 3C | FB | 4E | 4C | 0 | 2 | EE | 60 | 3C |
| Octal | 66 | 74 | 373 | 116 | 114 | 0 | 2 | 356 | 140 | 74 |
| Binary | 110110 | 111100 | 11111011 | 1001110 | 1001100 | 0 | 10 | 11101110 | 1100000 | 111100 |
Color Harmonies of #363CFB
Complementary color
Monochromatic Colors of #363CFB
Black with #363CFB
Text Example
Text Example
White with #363CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CFB; }
p { color: rgb(54,60,251); }
H1.HeaderClassName
{
color: #363CFB;
}
.AnyTagClassName
{
color: #363CFB;
}
</style>
background-color css
<style>
a { background-color: #363CFB; }
a { background-color: rgb(54,60,251); }
div.DivClassName
{
background-color: #363CFB;
}
.BgClassName
{
background-color: #363CFB;
}
</style>
border-color css
<style>
span { border-color: #363CFB; }
span { border-color: rgb(54,60,251); }
td.TdClassName
{
border-color: #363CFB;
}
.TagClassName
{
border-color: #363CFB;
}
</style>