Shades of Neon Blue #3E4BFB
Tints of Neon Blue #3E4BFB
RGB
CMYK
RGB Variations
Color information
#3E4BFB (or 0x3E4BFB) is known color: Neon Blue. HEX triplet: 3E, 4B and FB. RGB value is (62,75,251). Sum of RGB (Red+Green+Blue) = 62+75+251=388 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.98% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E4BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E4BFB is #C1B404. Grayscale: #5A5A5A. Windows color (decimal): -12694533 or 16468798. OLE color: 16468798.
HSL color Cylindrical-coordinate representation of color #3E4BFB: hue angle of 235.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E4BFB is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 75 | 251 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.02 |
| HSL | 235.87º | 0.96% | 0.61% | - |
| HSV(B) | 235.87º | 0.75% | 0.98% | - |
| XYZ | 21.92 | 13.02 | 92.63 | - |
| YUV | 91.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 251 | 0.75 | 0.70 | 0 | 0.02 | 235.87 | 0.96 | 0.61 |
| Hex | 3E | 4B | FB | 4B | 46 | 0 | 2 | EC | 60 | 3D |
| Octal | 76 | 113 | 373 | 113 | 106 | 0 | 2 | 354 | 140 | 75 |
| Binary | 111110 | 1001011 | 11111011 | 1001011 | 1000110 | 0 | 10 | 11101100 | 1100000 | 111101 |
Color Harmonies of #3E4BFB
Complementary color
Monochromatic Colors of #3E4BFB
Black with #3E4BFB
Text Example
Text Example
White with #3E4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4BFB; }
p { color: rgb(62,75,251); }
H1.HeaderClassName
{
color: #3E4BFB;
}
.AnyTagClassName
{
color: #3E4BFB;
}
</style>
background-color css
<style>
a { background-color: #3E4BFB; }
a { background-color: rgb(62,75,251); }
div.DivClassName
{
background-color: #3E4BFB;
}
.BgClassName
{
background-color: #3E4BFB;
}
</style>
border-color css
<style>
span { border-color: #3E4BFB; }
span { border-color: rgb(62,75,251); }
td.TdClassName
{
border-color: #3E4BFB;
}
.TagClassName
{
border-color: #3E4BFB;
}
</style>