Shades of Neon Blue #6341FD
Tints of Neon Blue #6341FD
RGB
CMYK
RGB Variations
Color information
#6341FD (or 0x6341FD) is known color: Neon Blue. HEX triplet: 63, 41 and FD. RGB value is (99,65,253). Sum of RGB (Red+Green+Blue) = 99+65+253=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6341FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6341FD is #9CBE02. Grayscale: #5F5F5F. Windows color (decimal): -10272259 or 16597347. OLE color: 16597347.
HSL color Cylindrical-coordinate representation of color #6341FD: hue angle of 250.85º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6341FD is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 65 | 253 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.01 |
| HSL | 250.85º | 0.98% | 0.62% | - |
| HSV(B) | 250.85º | 0.74% | 0.99% | - |
| XYZ | 24.77 | 13.53 | 94.23 | - |
| YUV | 96.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 253 | 0.61 | 0.74 | 0 | 0.01 | 250.85 | 0.98 | 0.62 |
| Hex | 63 | 41 | FD | 3D | 4A | 0 | 1 | FB | 62 | 3E |
| Octal | 143 | 101 | 375 | 75 | 112 | 0 | 1 | 373 | 142 | 76 |
| Binary | 1100011 | 1000001 | 11111101 | 111101 | 1001010 | 0 | 1 | 11111011 | 1100010 | 111110 |
Color Harmonies of #6341FD
Complementary color
Monochromatic Colors of #6341FD
Black with #6341FD
Text Example
Text Example
White with #6341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341FD; }
p { color: rgb(99,65,253); }
H1.HeaderClassName
{
color: #6341FD;
}
.AnyTagClassName
{
color: #6341FD;
}
</style>
background-color css
<style>
a { background-color: #6341FD; }
a { background-color: rgb(99,65,253); }
div.DivClassName
{
background-color: #6341FD;
}
.BgClassName
{
background-color: #6341FD;
}
</style>
border-color css
<style>
span { border-color: #6341FD; }
span { border-color: rgb(99,65,253); }
td.TdClassName
{
border-color: #6341FD;
}
.TagClassName
{
border-color: #6341FD;
}
</style>