Shades of Neon Blue #3844FC
Tints of Neon Blue #3844FC
RGB
CMYK
RGB Variations
Color information
#3844FC (or 0x3844FC) is known color: Neon Blue. HEX triplet: 38, 44 and FC. RGB value is (56,68,252). Sum of RGB (Red+Green+Blue) = 56+68+252=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #3844FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3844FC is #C7BB03. Grayscale: #545454. Windows color (decimal): -13089540 or 16532536. OLE color: 16532536.
HSL color Cylindrical-coordinate representation of color #3844FC: hue angle of 236.33º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3844FC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 68 | 252 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.01 |
| HSL | 236.33º | 0.97% | 0.6% | - |
| HSV(B) | 236.33º | 0.78% | 0.99% | - |
| XYZ | 21.27 | 12 | 93.29 | - |
| YUV | 85.39 | 222.02 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 252 | 0.78 | 0.73 | 0 | 0.01 | 236.33 | 0.97 | 0.6 |
| Hex | 38 | 44 | FC | 4E | 49 | 0 | 1 | EC | 61 | 3C |
| Octal | 70 | 104 | 374 | 116 | 111 | 0 | 1 | 354 | 141 | 74 |
| Binary | 111000 | 1000100 | 11111100 | 1001110 | 1001001 | 0 | 1 | 11101100 | 1100001 | 111100 |
Color Harmonies of #3844FC
Complementary color
Monochromatic Colors of #3844FC
Black with #3844FC
Text Example
Text Example
White with #3844FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3844FC; }
p { color: rgb(56,68,252); }
H1.HeaderClassName
{
color: #3844FC;
}
.AnyTagClassName
{
color: #3844FC;
}
</style>
background-color css
<style>
a { background-color: #3844FC; }
a { background-color: rgb(56,68,252); }
div.DivClassName
{
background-color: #3844FC;
}
.BgClassName
{
background-color: #3844FC;
}
</style>
border-color css
<style>
span { border-color: #3844FC; }
span { border-color: rgb(56,68,252); }
td.TdClassName
{
border-color: #3844FC;
}
.TagClassName
{
border-color: #3844FC;
}
</style>