Shades of Neon Blue #3E3DF3
Tints of Neon Blue #3E3DF3
RGB
CMYK
RGB Variations
Color information
#3E3DF3 (or 0x3E3DF3) is known color: Neon Blue. HEX triplet: 3E, 3D and F3. RGB value is (62,61,243). Sum of RGB (Red+Green+Blue) = 62+61+243=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 243 (95.31% from 255 or 66.39% from 366); Max value from RGB is 243 - color contains mainly: blue. Hex color #3E3DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3DF3 is #C1C20C. Grayscale: #515151. Windows color (decimal): -12698125 or 15940926. OLE color: 15940926.
HSL color Cylindrical-coordinate representation of color #3E3DF3: hue angle of 240.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E3DF3 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 61 | 243 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.05 |
| HSL | 240.33º | 0.88% | 0.6% | - |
| HSV(B) | 240.33º | 0.75% | 0.95% | - |
| XYZ | 19.83 | 10.83 | 85.84 | - |
| YUV | 82.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 243 | 0.74 | 0.75 | 0 | 0.05 | 240.33 | 0.88 | 0.6 |
| Hex | 3E | 3D | F3 | 4A | 4B | 0 | 5 | F0 | 58 | 3C |
| Octal | 76 | 75 | 363 | 112 | 113 | 0 | 5 | 360 | 130 | 74 |
| Binary | 111110 | 111101 | 11110011 | 1001010 | 1001011 | 0 | 101 | 11110000 | 1011000 | 111100 |
Color Harmonies of #3E3DF3
Complementary color
Monochromatic Colors of #3E3DF3
Black with #3E3DF3
Text Example
Text Example
White with #3E3DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3DF3; }
p { color: rgb(62,61,243); }
H1.HeaderClassName
{
color: #3E3DF3;
}
.AnyTagClassName
{
color: #3E3DF3;
}
</style>
background-color css
<style>
a { background-color: #3E3DF3; }
a { background-color: rgb(62,61,243); }
div.DivClassName
{
background-color: #3E3DF3;
}
.BgClassName
{
background-color: #3E3DF3;
}
</style>
border-color css
<style>
span { border-color: #3E3DF3; }
span { border-color: rgb(62,61,243); }
td.TdClassName
{
border-color: #3E3DF3;
}
.TagClassName
{
border-color: #3E3DF3;
}
</style>