Shades of Neon Blue #375AF9
Tints of Neon Blue #375AF9
RGB
CMYK
RGB Variations
Color information
#375AF9 (or 0x375AF9) is known color: Neon Blue. HEX triplet: 37, 5A and F9. RGB value is (55,90,249). Sum of RGB (Red+Green+Blue) = 55+90+249=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #375AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AF9 is #C8A506. Grayscale: #606060. Windows color (decimal): -13149447 or 16341559. OLE color: 16341559.
HSL color Cylindrical-coordinate representation of color #375AF9: hue angle of 229.18º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375AF9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 90 | 249 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.02 |
| HSL | 229.18º | 0.94% | 0.6% | - |
| HSV(B) | 229.18º | 0.78% | 0.98% | - |
| XYZ | 22.33 | 14.96 | 91.33 | - |
| YUV | 97.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 249 | 0.78 | 0.64 | 0 | 0.02 | 229.18 | 0.94 | 0.6 |
| Hex | 37 | 5A | F9 | 4E | 40 | 0 | 2 | E5 | 5E | 3C |
| Octal | 67 | 132 | 371 | 116 | 100 | 0 | 2 | 345 | 136 | 74 |
| Binary | 110111 | 1011010 | 11111001 | 1001110 | 1000000 | 0 | 10 | 11100101 | 1011110 | 111100 |
Color Harmonies of #375AF9
Complementary color
Monochromatic Colors of #375AF9
Black with #375AF9
Text Example
Text Example
White with #375AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AF9; }
p { color: rgb(55,90,249); }
H1.HeaderClassName
{
color: #375AF9;
}
.AnyTagClassName
{
color: #375AF9;
}
</style>
background-color css
<style>
a { background-color: #375AF9; }
a { background-color: rgb(55,90,249); }
div.DivClassName
{
background-color: #375AF9;
}
.BgClassName
{
background-color: #375AF9;
}
</style>
border-color css
<style>
span { border-color: #375AF9; }
span { border-color: rgb(55,90,249); }
td.TdClassName
{
border-color: #375AF9;
}
.TagClassName
{
border-color: #375AF9;
}
</style>