Shades of Neon Blue #3E5FFB
Tints of Neon Blue #3E5FFB
RGB
CMYK
RGB Variations
Color information
#3E5FFB (or 0x3E5FFB) is known color: Neon Blue. HEX triplet: 3E, 5F and FB. RGB value is (62,95,251). Sum of RGB (Red+Green+Blue) = 62+95+251=408 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.20% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E5FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5FFB is #C1A004. Grayscale: #666666. Windows color (decimal): -12689413 or 16473918. OLE color: 16473918.
HSL color Cylindrical-coordinate representation of color #3E5FFB: hue angle of 229.52º 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 #3E5FFB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 95 | 251 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.02 |
| HSL | 229.52º | 0.96% | 0.61% | - |
| HSV(B) | 229.52º | 0.75% | 0.98% | - |
| XYZ | 23.49 | 16.17 | 93.15 | - |
| YUV | 102.92 | 211.57 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 251 | 0.75 | 0.62 | 0 | 0.02 | 229.52 | 0.96 | 0.61 |
| Hex | 3E | 5F | FB | 4B | 3E | 0 | 2 | E6 | 60 | 3D |
| Octal | 76 | 137 | 373 | 113 | 76 | 0 | 2 | 346 | 140 | 75 |
| Binary | 111110 | 1011111 | 11111011 | 1001011 | 111110 | 0 | 10 | 11100110 | 1100000 | 111101 |
Color Harmonies of #3E5FFB
Complementary color
Monochromatic Colors of #3E5FFB
Black with #3E5FFB
Text Example
Text Example
White with #3E5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5FFB; }
p { color: rgb(62,95,251); }
H1.HeaderClassName
{
color: #3E5FFB;
}
.AnyTagClassName
{
color: #3E5FFB;
}
</style>
background-color css
<style>
a { background-color: #3E5FFB; }
a { background-color: rgb(62,95,251); }
div.DivClassName
{
background-color: #3E5FFB;
}
.BgClassName
{
background-color: #3E5FFB;
}
</style>
border-color css
<style>
span { border-color: #3E5FFB; }
span { border-color: rgb(62,95,251); }
td.TdClassName
{
border-color: #3E5FFB;
}
.TagClassName
{
border-color: #3E5FFB;
}
</style>