Shades of Neon Blue #6748ED
Tints of Neon Blue #6748ED
RGB
CMYK
RGB Variations
Color information
#6748ED (or 0x6748ED) is known color: Neon Blue. HEX triplet: 67, 48 and ED. RGB value is (103,72,237). Sum of RGB (Red+Green+Blue) = 103+72+237=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #6748ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6748ED is #98B712. Grayscale: #636363. Windows color (decimal): -10008339 or 15550567. OLE color: 15550567.
HSL color Cylindrical-coordinate representation of color #6748ED: hue angle of 251.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6748ED is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 72 | 237 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.07 |
| HSL | 251.27º | 0.82% | 0.61% | - |
| HSV(B) | 251.27º | 0.7% | 0.93% | - |
| XYZ | 23.2 | 13.63 | 81.53 | - |
| YUV | 100.08 | 205.27 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 237 | 0.57 | 0.70 | 0 | 0.07 | 251.27 | 0.82 | 0.61 |
| Hex | 67 | 48 | ED | 39 | 46 | 0 | 7 | FB | 52 | 3D |
| Octal | 147 | 110 | 355 | 71 | 106 | 0 | 7 | 373 | 122 | 75 |
| Binary | 1100111 | 1001000 | 11101101 | 111001 | 1000110 | 0 | 111 | 11111011 | 1010010 | 111101 |
Color Harmonies of #6748ED
Complementary color
Monochromatic Colors of #6748ED
Black with #6748ED
Text Example
Text Example
White with #6748ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6748ED; }
p { color: rgb(103,72,237); }
H1.HeaderClassName
{
color: #6748ED;
}
.AnyTagClassName
{
color: #6748ED;
}
</style>
background-color css
<style>
a { background-color: #6748ED; }
a { background-color: rgb(103,72,237); }
div.DivClassName
{
background-color: #6748ED;
}
.BgClassName
{
background-color: #6748ED;
}
</style>
border-color css
<style>
span { border-color: #6748ED; }
span { border-color: rgb(103,72,237); }
td.TdClassName
{
border-color: #6748ED;
}
.TagClassName
{
border-color: #6748ED;
}
</style>