Shades of Neon Blue #364BFB
Tints of Neon Blue #364BFB
RGB
CMYK
RGB Variations
Color information
#364BFB (or 0x364BFB) is known color: Neon Blue. HEX triplet: 36, 4B and FB. RGB value is (54,75,251). Sum of RGB (Red+Green+Blue) = 54+75+251=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #364BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364BFB is #C9B404. Grayscale: #585858. Windows color (decimal): -13218821 or 16468790. OLE color: 16468790.
HSL color Cylindrical-coordinate representation of color #364BFB: hue angle of 233.6º 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 #364BFB is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 75 | 251 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.02 |
| HSL | 233.6º | 0.96% | 0.6% | - |
| HSV(B) | 233.6º | 0.78% | 0.98% | - |
| XYZ | 21.45 | 12.78 | 92.6 | - |
| YUV | 88.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 251 | 0.78 | 0.70 | 0 | 0.02 | 233.6 | 0.96 | 0.6 |
| Hex | 36 | 4B | FB | 4E | 46 | 0 | 2 | EA | 60 | 3C |
| Octal | 66 | 113 | 373 | 116 | 106 | 0 | 2 | 352 | 140 | 74 |
| Binary | 110110 | 1001011 | 11111011 | 1001110 | 1000110 | 0 | 10 | 11101010 | 1100000 | 111100 |
Color Harmonies of #364BFB
Complementary color
Monochromatic Colors of #364BFB
Black with #364BFB
Text Example
Text Example
White with #364BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BFB; }
p { color: rgb(54,75,251); }
H1.HeaderClassName
{
color: #364BFB;
}
.AnyTagClassName
{
color: #364BFB;
}
</style>
background-color css
<style>
a { background-color: #364BFB; }
a { background-color: rgb(54,75,251); }
div.DivClassName
{
background-color: #364BFB;
}
.BgClassName
{
background-color: #364BFB;
}
</style>
border-color css
<style>
span { border-color: #364BFB; }
span { border-color: rgb(54,75,251); }
td.TdClassName
{
border-color: #364BFB;
}
.TagClassName
{
border-color: #364BFB;
}
</style>