Shades of Neon Blue #3734DF
Tints of Neon Blue #3734DF
RGB
CMYK
RGB Variations
Color information
#3734DF (or 0x3734DF) is known color: Neon Blue. HEX triplet: 37, 34 and DF. RGB value is (55,52,223). Sum of RGB (Red+Green+Blue) = 55+52+223=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #3734DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3734DF is #C8CB20. Grayscale: #474747. Windows color (decimal): -13159201 or 14627895. OLE color: 14627895.
HSL color Cylindrical-coordinate representation of color #3734DF: hue angle of 241.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3734DF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 52 | 223 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.13 |
| HSL | 241.05º | 0.73% | 0.54% | - |
| HSV(B) | 241.05º | 0.77% | 0.87% | - |
| XYZ | 16.12 | 8.6 | 70.62 | - |
| YUV | 72.39 | 212.99 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 223 | 0.75 | 0.77 | 0 | 0.13 | 241.05 | 0.73 | 0.54 |
| Hex | 37 | 34 | DF | 4B | 4D | 0 | D | F1 | 49 | 36 |
| Octal | 67 | 64 | 337 | 113 | 115 | 0 | 15 | 361 | 111 | 66 |
| Binary | 110111 | 110100 | 11011111 | 1001011 | 1001101 | 0 | 1101 | 11110001 | 1001001 | 110110 |
Color Harmonies of #3734DF
Complementary color
Monochromatic Colors of #3734DF
Black with #3734DF
Text Example
Text Example
White with #3734DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3734DF; }
p { color: rgb(55,52,223); }
H1.HeaderClassName
{
color: #3734DF;
}
.AnyTagClassName
{
color: #3734DF;
}
</style>
background-color css
<style>
a { background-color: #3734DF; }
a { background-color: rgb(55,52,223); }
div.DivClassName
{
background-color: #3734DF;
}
.BgClassName
{
background-color: #3734DF;
}
</style>
border-color css
<style>
span { border-color: #3734DF; }
span { border-color: rgb(55,52,223); }
td.TdClassName
{
border-color: #3734DF;
}
.TagClassName
{
border-color: #3734DF;
}
</style>