Shades of Neon Blue #6341FB
Tints of Neon Blue #6341FB
RGB
CMYK
RGB Variations
Color information
#6341FB (or 0x6341FB) is known color: Neon Blue. HEX triplet: 63, 41 and FB. RGB value is (99,65,251). Sum of RGB (Red+Green+Blue) = 99+65+251=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #6341FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6341FB is #9CBE04. Grayscale: #5F5F5F. Windows color (decimal): -10272261 or 16466275. OLE color: 16466275.
HSL color Cylindrical-coordinate representation of color #6341FB: hue angle of 250.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6341FB is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 65 | 251 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.02 |
| HSL | 250.97º | 0.96% | 0.62% | - |
| HSV(B) | 250.97º | 0.74% | 0.98% | - |
| XYZ | 24.45 | 13.4 | 92.56 | - |
| YUV | 96.37 | 215.26 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 251 | 0.61 | 0.74 | 0 | 0.02 | 250.97 | 0.96 | 0.62 |
| Hex | 63 | 41 | FB | 3D | 4A | 0 | 2 | FB | 60 | 3E |
| Octal | 143 | 101 | 373 | 75 | 112 | 0 | 2 | 373 | 140 | 76 |
| Binary | 1100011 | 1000001 | 11111011 | 111101 | 1001010 | 0 | 10 | 11111011 | 1100000 | 111110 |
Color Harmonies of #6341FB
Complementary color
Monochromatic Colors of #6341FB
Black with #6341FB
Text Example
Text Example
White with #6341FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341FB; }
p { color: rgb(99,65,251); }
H1.HeaderClassName
{
color: #6341FB;
}
.AnyTagClassName
{
color: #6341FB;
}
</style>
background-color css
<style>
a { background-color: #6341FB; }
a { background-color: rgb(99,65,251); }
div.DivClassName
{
background-color: #6341FB;
}
.BgClassName
{
background-color: #6341FB;
}
</style>
border-color css
<style>
span { border-color: #6341FB; }
span { border-color: rgb(99,65,251); }
td.TdClassName
{
border-color: #6341FB;
}
.TagClassName
{
border-color: #6341FB;
}
</style>