Shades of Neon Blue #3841FE
Tints of Neon Blue #3841FE
RGB
CMYK
RGB Variations
Color information
#3841FE (or 0x3841FE) is known color: Neon Blue. HEX triplet: 38, 41 and FE. RGB value is (56,65,254). Sum of RGB (Red+Green+Blue) = 56+65+254=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #3841FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3841FE is #C7BE01. Grayscale: #535353. Windows color (decimal): -13090306 or 16662840. OLE color: 16662840.
HSL color Cylindrical-coordinate representation of color #3841FE: hue angle of 237.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3841FE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 65 | 254 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.00 |
| HSL | 237.27º | 0.99% | 0.61% | - |
| HSV(B) | 237.27º | 0.78% | 1% | - |
| XYZ | 21.41 | 11.78 | 94.91 | - |
| YUV | 83.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 254 | 0.78 | 0.74 | 0 | 0.00 | 237.27 | 0.99 | 0.61 |
| Hex | 38 | 41 | FE | 4E | 4A | 0 | 0 | ED | 63 | 3D |
| Octal | 70 | 101 | 376 | 116 | 112 | 0 | 0 | 355 | 143 | 75 |
| Binary | 111000 | 1000001 | 11111110 | 1001110 | 1001010 | 0 | 0 | 11101101 | 1100011 | 111101 |
Color Harmonies of #3841FE
Complementary color
Monochromatic Colors of #3841FE
Black with #3841FE
Text Example
Text Example
White with #3841FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841FE; }
p { color: rgb(56,65,254); }
H1.HeaderClassName
{
color: #3841FE;
}
.AnyTagClassName
{
color: #3841FE;
}
</style>
background-color css
<style>
a { background-color: #3841FE; }
a { background-color: rgb(56,65,254); }
div.DivClassName
{
background-color: #3841FE;
}
.BgClassName
{
background-color: #3841FE;
}
</style>
border-color css
<style>
span { border-color: #3841FE; }
span { border-color: rgb(56,65,254); }
td.TdClassName
{
border-color: #3841FE;
}
.TagClassName
{
border-color: #3841FE;
}
</style>