Shades of Neon Blue #364FFB
Tints of Neon Blue #364FFB
RGB
CMYK
RGB Variations
Color information
#364FFB (or 0x364FFB) is known color: Neon Blue. HEX triplet: 36, 4F and FB. RGB value is (54,79,251). Sum of RGB (Red+Green+Blue) = 54+79+251=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #364FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364FFB is #C9B004. Grayscale: #5A5A5A. Windows color (decimal): -13217797 or 16469814. OLE color: 16469814.
HSL color Cylindrical-coordinate representation of color #364FFB: hue angle of 232.39º 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 #364FFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 79 | 251 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.02 |
| HSL | 232.39º | 0.96% | 0.6% | - |
| HSV(B) | 232.39º | 0.78% | 0.98% | - |
| XYZ | 21.73 | 13.34 | 92.7 | - |
| YUV | 91.13 | 218.22 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 251 | 0.78 | 0.69 | 0 | 0.02 | 232.39 | 0.96 | 0.6 |
| Hex | 36 | 4F | FB | 4E | 45 | 0 | 2 | E8 | 60 | 3C |
| Octal | 66 | 117 | 373 | 116 | 105 | 0 | 2 | 350 | 140 | 74 |
| Binary | 110110 | 1001111 | 11111011 | 1001110 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111100 |
Color Harmonies of #364FFB
Complementary color
Monochromatic Colors of #364FFB
Black with #364FFB
Text Example
Text Example
White with #364FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FFB; }
p { color: rgb(54,79,251); }
H1.HeaderClassName
{
color: #364FFB;
}
.AnyTagClassName
{
color: #364FFB;
}
</style>
background-color css
<style>
a { background-color: #364FFB; }
a { background-color: rgb(54,79,251); }
div.DivClassName
{
background-color: #364FFB;
}
.BgClassName
{
background-color: #364FFB;
}
</style>
border-color css
<style>
span { border-color: #364FFB; }
span { border-color: rgb(54,79,251); }
td.TdClassName
{
border-color: #364FFB;
}
.TagClassName
{
border-color: #364FFB;
}
</style>