Shades of Neon Blue #3841F7
Tints of Neon Blue #3841F7
RGB
CMYK
RGB Variations
Color information
#3841F7 (or 0x3841F7) is known color: Neon Blue. HEX triplet: 38, 41 and F7. RGB value is (56,65,247). Sum of RGB (Red+Green+Blue) = 56+65+247=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 247 (96.88% from 255 or 67.12% from 368); Max value from RGB is 247 - color contains mainly: blue. Hex color #3841F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3841F7 is #C7BE08. Grayscale: #525252. Windows color (decimal): -13090313 or 16204088. OLE color: 16204088.
HSL color Cylindrical-coordinate representation of color #3841F7: hue angle of 237.17º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3841F7 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 65 | 247 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.03 |
| HSL | 237.17º | 0.92% | 0.59% | - |
| HSV(B) | 237.17º | 0.77% | 0.97% | - |
| XYZ | 20.31 | 11.34 | 89.11 | - |
| YUV | 83.06 | 220.52 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 247 | 0.77 | 0.74 | 0 | 0.03 | 237.17 | 0.92 | 0.59 |
| Hex | 38 | 41 | F7 | 4D | 4A | 0 | 3 | ED | 5C | 3B |
| Octal | 70 | 101 | 367 | 115 | 112 | 0 | 3 | 355 | 134 | 73 |
| Binary | 111000 | 1000001 | 11110111 | 1001101 | 1001010 | 0 | 11 | 11101101 | 1011100 | 111011 |
Color Harmonies of #3841F7
Complementary color
Monochromatic Colors of #3841F7
Black with #3841F7
Text Example
Text Example
White with #3841F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841F7; }
p { color: rgb(56,65,247); }
H1.HeaderClassName
{
color: #3841F7;
}
.AnyTagClassName
{
color: #3841F7;
}
</style>
background-color css
<style>
a { background-color: #3841F7; }
a { background-color: rgb(56,65,247); }
div.DivClassName
{
background-color: #3841F7;
}
.BgClassName
{
background-color: #3841F7;
}
</style>
border-color css
<style>
span { border-color: #3841F7; }
span { border-color: rgb(56,65,247); }
td.TdClassName
{
border-color: #3841F7;
}
.TagClassName
{
border-color: #3841F7;
}
</style>