Shades of Neon Blue #3844FE
Tints of Neon Blue #3844FE
RGB
CMYK
RGB Variations
Color information
#3844FE (or 0x3844FE) is known color: Neon Blue. HEX triplet: 38, 44 and FE. RGB value is (56,68,254). Sum of RGB (Red+Green+Blue) = 56+68+254=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #3844FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3844FE is #C7BB01. Grayscale: #545454. Windows color (decimal): -13089538 or 16663608. OLE color: 16663608.
HSL color Cylindrical-coordinate representation of color #3844FE: hue angle of 236.36º 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 #3844FE is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 68 | 254 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.00 |
| HSL | 236.36º | 0.99% | 0.61% | - |
| HSV(B) | 236.36º | 0.78% | 1% | - |
| XYZ | 21.59 | 12.13 | 94.97 | - |
| YUV | 85.62 | 223.02 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 254 | 0.78 | 0.73 | 0 | 0.00 | 236.36 | 0.99 | 0.61 |
| Hex | 38 | 44 | FE | 4E | 49 | 0 | 0 | EC | 63 | 3D |
| Octal | 70 | 104 | 376 | 116 | 111 | 0 | 0 | 354 | 143 | 75 |
| Binary | 111000 | 1000100 | 11111110 | 1001110 | 1001001 | 0 | 0 | 11101100 | 1100011 | 111101 |
Color Harmonies of #3844FE
Complementary color
Monochromatic Colors of #3844FE
Black with #3844FE
Text Example
Text Example
White with #3844FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3844FE; }
p { color: rgb(56,68,254); }
H1.HeaderClassName
{
color: #3844FE;
}
.AnyTagClassName
{
color: #3844FE;
}
</style>
background-color css
<style>
a { background-color: #3844FE; }
a { background-color: rgb(56,68,254); }
div.DivClassName
{
background-color: #3844FE;
}
.BgClassName
{
background-color: #3844FE;
}
</style>
border-color css
<style>
span { border-color: #3844FE; }
span { border-color: rgb(56,68,254); }
td.TdClassName
{
border-color: #3844FE;
}
.TagClassName
{
border-color: #3844FE;
}
</style>