Shades of Neon Pink #F363BD
Tints of Neon Pink #F363BD
RGB
CMYK
RGB Variations
Color information
#F363BD (or 0xF363BD) is known color: Neon Pink. HEX triplet: F3, 63 and BD. RGB value is (243,99,189). Sum of RGB (Red+Green+Blue) = 243+99+189=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F363BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F363BD is #0C9C42. Grayscale: #989898. Windows color (decimal): -826435 or 12411891. OLE color: 12411891.
HSL color Cylindrical-coordinate representation of color #F363BD: hue angle of 322.5º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F363BD is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 189 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.05 |
| HSL | 322.5º | 0.86% | 0.67% | - |
| HSV(B) | 322.5º | 0.59% | 0.95% | - |
| XYZ | 50.61 | 31.65 | 51.59 | - |
| YUV | 152.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 189 | 0 | 0.59 | 0.22 | 0.05 | 322.5 | 0.86 | 0.67 |
| Hex | F3 | 63 | BD | 0 | 3B | 16 | 5 | 142 | 56 | 43 |
| Octal | 363 | 143 | 275 | 0 | 73 | 26 | 5 | 502 | 126 | 103 |
| Binary | 11110011 | 1100011 | 10111101 | 0 | 111011 | 10110 | 101 | 101000010 | 1010110 | 1000011 |
Color Harmonies of #F363BD
Complementary color
Monochromatic Colors of #F363BD
Black with #F363BD
Text Example
Text Example
White with #F363BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F363BD; }
p { color: rgb(243,99,189); }
H1.HeaderClassName
{
color: #F363BD;
}
.AnyTagClassName
{
color: #F363BD;
}
</style>
background-color css
<style>
a { background-color: #F363BD; }
a { background-color: rgb(243,99,189); }
div.DivClassName
{
background-color: #F363BD;
}
.BgClassName
{
background-color: #F363BD;
}
</style>
border-color css
<style>
span { border-color: #F363BD; }
span { border-color: rgb(243,99,189); }
td.TdClassName
{
border-color: #F363BD;
}
.TagClassName
{
border-color: #F363BD;
}
</style>