Shades of Neon Blue #3E38F3
Tints of Neon Blue #3E38F3
RGB
CMYK
RGB Variations
Color information
#3E38F3 (or 0x3E38F3) is known color: Neon Blue. HEX triplet: 3E, 38 and F3. RGB value is (62,56,243). Sum of RGB (Red+Green+Blue) = 62+56+243=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #3E38F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E38F3 is #C1C70C. Grayscale: #4E4E4E. Windows color (decimal): -12699405 or 15939646. OLE color: 15939646.
HSL color Cylindrical-coordinate representation of color #3E38F3: hue angle of 241.93º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E38F3 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 56 | 243 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.05 |
| HSL | 241.93º | 0.89% | 0.59% | - |
| HSV(B) | 241.93º | 0.77% | 0.95% | - |
| XYZ | 19.58 | 10.32 | 85.75 | - |
| YUV | 79.11 | 220.49 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 243 | 0.74 | 0.77 | 0 | 0.05 | 241.93 | 0.89 | 0.59 |
| Hex | 3E | 38 | F3 | 4A | 4D | 0 | 5 | F2 | 59 | 3B |
| Octal | 76 | 70 | 363 | 112 | 115 | 0 | 5 | 362 | 131 | 73 |
| Binary | 111110 | 111000 | 11110011 | 1001010 | 1001101 | 0 | 101 | 11110010 | 1011001 | 111011 |
Color Harmonies of #3E38F3
Complementary color
Monochromatic Colors of #3E38F3
Black with #3E38F3
Text Example
Text Example
White with #3E38F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E38F3; }
p { color: rgb(62,56,243); }
H1.HeaderClassName
{
color: #3E38F3;
}
.AnyTagClassName
{
color: #3E38F3;
}
</style>
background-color css
<style>
a { background-color: #3E38F3; }
a { background-color: rgb(62,56,243); }
div.DivClassName
{
background-color: #3E38F3;
}
.BgClassName
{
background-color: #3E38F3;
}
</style>
border-color css
<style>
span { border-color: #3E38F3; }
span { border-color: rgb(62,56,243); }
td.TdClassName
{
border-color: #3E38F3;
}
.TagClassName
{
border-color: #3E38F3;
}
</style>