Shades of Neon Blue #3850F3
Tints of Neon Blue #3850F3
RGB
CMYK
RGB Variations
Color information
#3850F3 (or 0x3850F3) is known color: Neon Blue. HEX triplet: 38, 50 and F3. RGB value is (56,80,243). Sum of RGB (Red+Green+Blue) = 56+80+243=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #3850F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3850F3 is #C7AF0C. Grayscale: #5A5A5A. Windows color (decimal): -13086477 or 15945784. OLE color: 15945784.
HSL color Cylindrical-coordinate representation of color #3850F3: hue angle of 232.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3850F3 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 80 | 243 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.05 |
| HSL | 232.3º | 0.89% | 0.59% | - |
| HSV(B) | 232.3º | 0.77% | 0.95% | - |
| XYZ | 20.68 | 13.05 | 86.22 | - |
| YUV | 91.41 | 213.55 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 243 | 0.77 | 0.67 | 0 | 0.05 | 232.3 | 0.89 | 0.59 |
| Hex | 38 | 50 | F3 | 4D | 43 | 0 | 5 | E8 | 59 | 3B |
| Octal | 70 | 120 | 363 | 115 | 103 | 0 | 5 | 350 | 131 | 73 |
| Binary | 111000 | 1010000 | 11110011 | 1001101 | 1000011 | 0 | 101 | 11101000 | 1011001 | 111011 |
Color Harmonies of #3850F3
Complementary color
Monochromatic Colors of #3850F3
Black with #3850F3
Text Example
Text Example
White with #3850F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3850F3; }
p { color: rgb(56,80,243); }
H1.HeaderClassName
{
color: #3850F3;
}
.AnyTagClassName
{
color: #3850F3;
}
</style>
background-color css
<style>
a { background-color: #3850F3; }
a { background-color: rgb(56,80,243); }
div.DivClassName
{
background-color: #3850F3;
}
.BgClassName
{
background-color: #3850F3;
}
</style>
border-color css
<style>
span { border-color: #3850F3; }
span { border-color: rgb(56,80,243); }
td.TdClassName
{
border-color: #3850F3;
}
.TagClassName
{
border-color: #3850F3;
}
</style>