Shades of Neon Blue #3845FE
Tints of Neon Blue #3845FE
RGB
CMYK
RGB Variations
Color information
#3845FE (or 0x3845FE) is known color: Neon Blue. HEX triplet: 38, 45 and FE. RGB value is (56,69,254). Sum of RGB (Red+Green+Blue) = 56+69+254=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #3845FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3845FE is #C7BA01. Grayscale: #555555. Windows color (decimal): -13089282 or 16663864. OLE color: 16663864.
HSL color Cylindrical-coordinate representation of color #3845FE: hue angle of 236.06º 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 #3845FE is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 69 | 254 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.00 |
| HSL | 236.06º | 0.99% | 0.61% | - |
| HSV(B) | 236.06º | 0.78% | 1% | - |
| XYZ | 21.65 | 12.25 | 94.99 | - |
| YUV | 86.2 | 222.69 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 254 | 0.78 | 0.73 | 0 | 0.00 | 236.06 | 0.99 | 0.61 |
| Hex | 38 | 45 | FE | 4E | 49 | 0 | 0 | EC | 63 | 3D |
| Octal | 70 | 105 | 376 | 116 | 111 | 0 | 0 | 354 | 143 | 75 |
| Binary | 111000 | 1000101 | 11111110 | 1001110 | 1001001 | 0 | 0 | 11101100 | 1100011 | 111101 |
Color Harmonies of #3845FE
Complementary color
Monochromatic Colors of #3845FE
Black with #3845FE
Text Example
Text Example
White with #3845FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845FE; }
p { color: rgb(56,69,254); }
H1.HeaderClassName
{
color: #3845FE;
}
.AnyTagClassName
{
color: #3845FE;
}
</style>
background-color css
<style>
a { background-color: #3845FE; }
a { background-color: rgb(56,69,254); }
div.DivClassName
{
background-color: #3845FE;
}
.BgClassName
{
background-color: #3845FE;
}
</style>
border-color css
<style>
span { border-color: #3845FE; }
span { border-color: rgb(56,69,254); }
td.TdClassName
{
border-color: #3845FE;
}
.TagClassName
{
border-color: #3845FE;
}
</style>