Shades of Neon Blue #674DEF
Tints of Neon Blue #674DEF
RGB
CMYK
RGB Variations
Color information
#674DEF (or 0x674DEF) is known color: Neon Blue. HEX triplet: 67, 4D and EF. RGB value is (103,77,239). Sum of RGB (Red+Green+Blue) = 103+77+239=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #674DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674DEF is #98B210. Grayscale: #666666. Windows color (decimal): -10007057 or 15682919. OLE color: 15682919.
HSL color Cylindrical-coordinate representation of color #674DEF: hue angle of 249.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674DEF is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 77 | 239 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.06 |
| HSL | 249.63º | 0.84% | 0.62% | - |
| HSV(B) | 249.63º | 0.68% | 0.94% | - |
| XYZ | 23.83 | 14.42 | 83.19 | - |
| YUV | 103.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 239 | 0.57 | 0.68 | 0 | 0.06 | 249.63 | 0.84 | 0.62 |
| Hex | 67 | 4D | EF | 39 | 44 | 0 | 6 | FA | 54 | 3E |
| Octal | 147 | 115 | 357 | 71 | 104 | 0 | 6 | 372 | 124 | 76 |
| Binary | 1100111 | 1001101 | 11101111 | 111001 | 1000100 | 0 | 110 | 11111010 | 1010100 | 111110 |
Color Harmonies of #674DEF
Complementary color
Monochromatic Colors of #674DEF
Black with #674DEF
Text Example
Text Example
White with #674DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DEF; }
p { color: rgb(103,77,239); }
H1.HeaderClassName
{
color: #674DEF;
}
.AnyTagClassName
{
color: #674DEF;
}
</style>
background-color css
<style>
a { background-color: #674DEF; }
a { background-color: rgb(103,77,239); }
div.DivClassName
{
background-color: #674DEF;
}
.BgClassName
{
background-color: #674DEF;
}
</style>
border-color css
<style>
span { border-color: #674DEF; }
span { border-color: rgb(103,77,239); }
td.TdClassName
{
border-color: #674DEF;
}
.TagClassName
{
border-color: #674DEF;
}
</style>