Shades of Neon Blue #6744FB
Tints of Neon Blue #6744FB
RGB
CMYK
RGB Variations
Color information
#6744FB (or 0x6744FB) is known color: Neon Blue. HEX triplet: 67, 44 and FB. RGB value is (103,68,251). Sum of RGB (Red+Green+Blue) = 103+68+251=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #6744FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6744FB is #98BB04. Grayscale: #626262. Windows color (decimal): -10009349 or 16467047. OLE color: 16467047.
HSL color Cylindrical-coordinate representation of color #6744FB: hue angle of 251.48º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6744FB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 68 | 251 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.02 |
| HSL | 251.48º | 0.96% | 0.63% | - |
| HSV(B) | 251.48º | 0.73% | 0.98% | - |
| XYZ | 25.07 | 13.98 | 92.64 | - |
| YUV | 99.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 251 | 0.59 | 0.73 | 0 | 0.02 | 251.48 | 0.96 | 0.63 |
| Hex | 67 | 44 | FB | 3B | 49 | 0 | 2 | FB | 60 | 3F |
| Octal | 147 | 104 | 373 | 73 | 111 | 0 | 2 | 373 | 140 | 77 |
| Binary | 1100111 | 1000100 | 11111011 | 111011 | 1001001 | 0 | 10 | 11111011 | 1100000 | 111111 |
Color Harmonies of #6744FB
Complementary color
Monochromatic Colors of #6744FB
Black with #6744FB
Text Example
Text Example
White with #6744FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744FB; }
p { color: rgb(103,68,251); }
H1.HeaderClassName
{
color: #6744FB;
}
.AnyTagClassName
{
color: #6744FB;
}
</style>
background-color css
<style>
a { background-color: #6744FB; }
a { background-color: rgb(103,68,251); }
div.DivClassName
{
background-color: #6744FB;
}
.BgClassName
{
background-color: #6744FB;
}
</style>
border-color css
<style>
span { border-color: #6744FB; }
span { border-color: rgb(103,68,251); }
td.TdClassName
{
border-color: #6744FB;
}
.TagClassName
{
border-color: #6744FB;
}
</style>