Shades of Neon Blue #364EFB
Tints of Neon Blue #364EFB
RGB
CMYK
RGB Variations
Color information
#364EFB (or 0x364EFB) is known color: Neon Blue. HEX triplet: 36, 4E and FB. RGB value is (54,78,251). Sum of RGB (Red+Green+Blue) = 54+78+251=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #364EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364EFB is #C9B104. Grayscale: #595959. Windows color (decimal): -13218053 or 16469558. OLE color: 16469558.
HSL color Cylindrical-coordinate representation of color #364EFB: hue angle of 232.69º 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 #364EFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 78 | 251 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.02 |
| HSL | 232.69º | 0.96% | 0.6% | - |
| HSV(B) | 232.69º | 0.78% | 0.98% | - |
| XYZ | 21.66 | 13.2 | 92.67 | - |
| YUV | 90.55 | 218.55 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 251 | 0.78 | 0.69 | 0 | 0.02 | 232.69 | 0.96 | 0.6 |
| Hex | 36 | 4E | FB | 4E | 45 | 0 | 2 | E9 | 60 | 3C |
| Octal | 66 | 116 | 373 | 116 | 105 | 0 | 2 | 351 | 140 | 74 |
| Binary | 110110 | 1001110 | 11111011 | 1001110 | 1000101 | 0 | 10 | 11101001 | 1100000 | 111100 |
Color Harmonies of #364EFB
Complementary color
Monochromatic Colors of #364EFB
Black with #364EFB
Text Example
Text Example
White with #364EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EFB; }
p { color: rgb(54,78,251); }
H1.HeaderClassName
{
color: #364EFB;
}
.AnyTagClassName
{
color: #364EFB;
}
</style>
background-color css
<style>
a { background-color: #364EFB; }
a { background-color: rgb(54,78,251); }
div.DivClassName
{
background-color: #364EFB;
}
.BgClassName
{
background-color: #364EFB;
}
</style>
border-color css
<style>
span { border-color: #364EFB; }
span { border-color: rgb(54,78,251); }
td.TdClassName
{
border-color: #364EFB;
}
.TagClassName
{
border-color: #364EFB;
}
</style>