Shades of Neon Blue #674BED
Tints of Neon Blue #674BED
RGB
CMYK
RGB Variations
Color information
#674BED (or 0x674BED) is known color: Neon Blue. HEX triplet: 67, 4B and ED. RGB value is (103,75,237). Sum of RGB (Red+Green+Blue) = 103+75+237=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #674BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BED is #98B412. Grayscale: #656565. Windows color (decimal): -10007571 or 15551335. OLE color: 15551335.
HSL color Cylindrical-coordinate representation of color #674BED: hue angle of 250.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674BED is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 75 | 237 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.07 |
| HSL | 250.37º | 0.82% | 0.61% | - |
| HSV(B) | 250.37º | 0.68% | 0.93% | - |
| XYZ | 23.4 | 14.03 | 81.6 | - |
| YUV | 101.84 | 204.28 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 237 | 0.57 | 0.68 | 0 | 0.07 | 250.37 | 0.82 | 0.61 |
| Hex | 67 | 4B | ED | 39 | 44 | 0 | 7 | FA | 52 | 3D |
| Octal | 147 | 113 | 355 | 71 | 104 | 0 | 7 | 372 | 122 | 75 |
| Binary | 1100111 | 1001011 | 11101101 | 111001 | 1000100 | 0 | 111 | 11111010 | 1010010 | 111101 |
Color Harmonies of #674BED
Complementary color
Monochromatic Colors of #674BED
Black with #674BED
Text Example
Text Example
White with #674BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BED; }
p { color: rgb(103,75,237); }
H1.HeaderClassName
{
color: #674BED;
}
.AnyTagClassName
{
color: #674BED;
}
</style>
background-color css
<style>
a { background-color: #674BED; }
a { background-color: rgb(103,75,237); }
div.DivClassName
{
background-color: #674BED;
}
.BgClassName
{
background-color: #674BED;
}
</style>
border-color css
<style>
span { border-color: #674BED; }
span { border-color: rgb(103,75,237); }
td.TdClassName
{
border-color: #674BED;
}
.TagClassName
{
border-color: #674BED;
}
</style>