Shades of Neon Blue #364AFB
Tints of Neon Blue #364AFB
RGB
CMYK
RGB Variations
Color information
#364AFB (or 0x364AFB) is known color: Neon Blue. HEX triplet: 36, 4A and FB. RGB value is (54,74,251). Sum of RGB (Red+Green+Blue) = 54+74+251=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #364AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364AFB is #C9B504. Grayscale: #575757. Windows color (decimal): -13219077 or 16468534. OLE color: 16468534.
HSL color Cylindrical-coordinate representation of color #364AFB: hue angle of 233.91º 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 #364AFB is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 74 | 251 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.02 |
| HSL | 233.91º | 0.96% | 0.6% | - |
| HSV(B) | 233.91º | 0.78% | 0.98% | - |
| XYZ | 21.38 | 12.65 | 92.58 | - |
| YUV | 88.2 | 219.87 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 251 | 0.78 | 0.71 | 0 | 0.02 | 233.91 | 0.96 | 0.6 |
| Hex | 36 | 4A | FB | 4E | 47 | 0 | 2 | EA | 60 | 3C |
| Octal | 66 | 112 | 373 | 116 | 107 | 0 | 2 | 352 | 140 | 74 |
| Binary | 110110 | 1001010 | 11111011 | 1001110 | 1000111 | 0 | 10 | 11101010 | 1100000 | 111100 |
Color Harmonies of #364AFB
Complementary color
Monochromatic Colors of #364AFB
Black with #364AFB
Text Example
Text Example
White with #364AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364AFB; }
p { color: rgb(54,74,251); }
H1.HeaderClassName
{
color: #364AFB;
}
.AnyTagClassName
{
color: #364AFB;
}
</style>
background-color css
<style>
a { background-color: #364AFB; }
a { background-color: rgb(54,74,251); }
div.DivClassName
{
background-color: #364AFB;
}
.BgClassName
{
background-color: #364AFB;
}
</style>
border-color css
<style>
span { border-color: #364AFB; }
span { border-color: rgb(54,74,251); }
td.TdClassName
{
border-color: #364AFB;
}
.TagClassName
{
border-color: #364AFB;
}
</style>