Shades of Neon Blue #6748FC
Tints of Neon Blue #6748FC
RGB
CMYK
RGB Variations
Color information
#6748FC (or 0x6748FC) is known color: Neon Blue. HEX triplet: 67, 48 and FC. RGB value is (103,72,252). Sum of RGB (Red+Green+Blue) = 103+72+252=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #6748FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6748FC is #98B703. Grayscale: #656565. Windows color (decimal): -10008324 or 16533607. OLE color: 16533607.
HSL color Cylindrical-coordinate representation of color #6748FC: hue angle of 250.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6748FC is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 72 | 252 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.01 |
| HSL | 250.33º | 0.97% | 0.64% | - |
| HSV(B) | 250.33º | 0.71% | 0.99% | - |
| XYZ | 25.48 | 14.55 | 93.56 | - |
| YUV | 101.79 | 212.77 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 252 | 0.59 | 0.71 | 0 | 0.01 | 250.33 | 0.97 | 0.64 |
| Hex | 67 | 48 | FC | 3B | 47 | 0 | 1 | FA | 61 | 40 |
| Octal | 147 | 110 | 374 | 73 | 107 | 0 | 1 | 372 | 141 | 100 |
| Binary | 1100111 | 1001000 | 11111100 | 111011 | 1000111 | 0 | 1 | 11111010 | 1100001 | 1000000 |
Color Harmonies of #6748FC
Complementary color
Monochromatic Colors of #6748FC
Black with #6748FC
Text Example
Text Example
White with #6748FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6748FC; }
p { color: rgb(103,72,252); }
H1.HeaderClassName
{
color: #6748FC;
}
.AnyTagClassName
{
color: #6748FC;
}
</style>
background-color css
<style>
a { background-color: #6748FC; }
a { background-color: rgb(103,72,252); }
div.DivClassName
{
background-color: #6748FC;
}
.BgClassName
{
background-color: #6748FC;
}
</style>
border-color css
<style>
span { border-color: #6748FC; }
span { border-color: rgb(103,72,252); }
td.TdClassName
{
border-color: #6748FC;
}
.TagClassName
{
border-color: #6748FC;
}
</style>