Shades of Neon Blue #3B4DF4
Tints of Neon Blue #3B4DF4
RGB
CMYK
RGB Variations
Color information
#3B4DF4 (or 0x3B4DF4) is known color: Neon Blue. HEX triplet: 3B, 4D and F4. RGB value is (59,77,244). Sum of RGB (Red+Green+Blue) = 59+77+244=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 244 (95.70% from 255 or 64.21% from 380); Max value from RGB is 244 - color contains mainly: blue. Hex color #3B4DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B4DF4 is #C4B20B. Grayscale: #595959. Windows color (decimal): -12890636 or 16010555. OLE color: 16010555.
HSL color Cylindrical-coordinate representation of color #3B4DF4: hue angle of 234.16º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B4DF4 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 77 | 244 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.04 |
| HSL | 234.16º | 0.89% | 0.59% | - |
| HSV(B) | 234.16º | 0.76% | 0.96% | - |
| XYZ | 20.79 | 12.77 | 86.96 | - |
| YUV | 90.66 | 214.54 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 244 | 0.76 | 0.68 | 0 | 0.04 | 234.16 | 0.89 | 0.59 |
| Hex | 3B | 4D | F4 | 4C | 44 | 0 | 4 | EA | 59 | 3B |
| Octal | 73 | 115 | 364 | 114 | 104 | 0 | 4 | 352 | 131 | 73 |
| Binary | 111011 | 1001101 | 11110100 | 1001100 | 1000100 | 0 | 100 | 11101010 | 1011001 | 111011 |
Color Harmonies of #3B4DF4
Complementary color
Monochromatic Colors of #3B4DF4
Black with #3B4DF4
Text Example
Text Example
White with #3B4DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4DF4; }
p { color: rgb(59,77,244); }
H1.HeaderClassName
{
color: #3B4DF4;
}
.AnyTagClassName
{
color: #3B4DF4;
}
</style>
background-color css
<style>
a { background-color: #3B4DF4; }
a { background-color: rgb(59,77,244); }
div.DivClassName
{
background-color: #3B4DF4;
}
.BgClassName
{
background-color: #3B4DF4;
}
</style>
border-color css
<style>
span { border-color: #3B4DF4; }
span { border-color: rgb(59,77,244); }
td.TdClassName
{
border-color: #3B4DF4;
}
.TagClassName
{
border-color: #3B4DF4;
}
</style>