Shades of Neon Blue #3738F1
Tints of Neon Blue #3738F1
RGB
CMYK
RGB Variations
Color information
#3738F1 (or 0x3738F1) is known color: Neon Blue. HEX triplet: 37, 38 and F1. RGB value is (55,56,241). Sum of RGB (Red+Green+Blue) = 55+56+241=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #3738F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3738F1 is #C8C70E. Grayscale: #4C4C4C. Windows color (decimal): -13158159 or 15808567. OLE color: 15808567.
HSL color Cylindrical-coordinate representation of color #3738F1: hue angle of 239.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3738F1 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 56 | 241 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.05 |
| HSL | 239.68º | 0.87% | 0.58% | - |
| HSV(B) | 239.68º | 0.77% | 0.95% | - |
| XYZ | 18.87 | 9.99 | 84.15 | - |
| YUV | 76.79 | 220.67 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 241 | 0.77 | 0.77 | 0 | 0.05 | 239.68 | 0.87 | 0.58 |
| Hex | 37 | 38 | F1 | 4D | 4D | 0 | 5 | F0 | 57 | 3A |
| Octal | 67 | 70 | 361 | 115 | 115 | 0 | 5 | 360 | 127 | 72 |
| Binary | 110111 | 111000 | 11110001 | 1001101 | 1001101 | 0 | 101 | 11110000 | 1010111 | 111010 |
Color Harmonies of #3738F1
Complementary color
Monochromatic Colors of #3738F1
Black with #3738F1
Text Example
Text Example
White with #3738F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3738F1; }
p { color: rgb(55,56,241); }
H1.HeaderClassName
{
color: #3738F1;
}
.AnyTagClassName
{
color: #3738F1;
}
</style>
background-color css
<style>
a { background-color: #3738F1; }
a { background-color: rgb(55,56,241); }
div.DivClassName
{
background-color: #3738F1;
}
.BgClassName
{
background-color: #3738F1;
}
</style>
border-color css
<style>
span { border-color: #3738F1; }
span { border-color: rgb(55,56,241); }
td.TdClassName
{
border-color: #3738F1;
}
.TagClassName
{
border-color: #3738F1;
}
</style>