Html Css Color HEX #F16BCD Neon Pink

📋 copy color: '#F16BCD'

red 241 ◦ green 107 ◦ blue 205

#F16BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F16BCD

Tints of Neon Pink #F16BCD

RGB

 RED value IS 241 (94.53% from 255) = 43.58%

 GREEN value IS 107 (42.19% from 255) = 19.35%

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 43.58%
G = 19.35%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F16BCD (or 0xF16BCD) is known color: Neon Pink. HEX triplet: F1, 6B and CD. RGB value is (241,107,205). Sum of RGB (Red+Green+Blue) = 241+107+205=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BCD is #0E9432. Grayscale: #9D9D9D. Windows color (decimal): -955443 or 13462513. OLE color: 13462513.

HSL color Cylindrical-coordinate representation of color #F16BCD: hue angle of 316.12º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BCD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 205 -
CMYK 0 0.56 0.15 0.05
HSL 316.12º 0.83% 0.68% -
HSV(B) 316.12º 0.56% 0.95% -
XYZ 52.55 33.62 61.48 -
YUV 158.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 241 107 205 0 0.56 0.15 0.05 316.12 0.83 0.68
Hex F1 6B CD 0 38 F 5 13C 53 44
Octal 361 153 315 0 70 17 5 474 123 104
Binary 11110001 1101011 11001101 0 111000 1111 101 100111100 1010011 1000100

Color Harmonies of #F16BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BCD

Black with #F16BCD

Text Example


Text Example

White with #F16BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BCD; }

 p { color: rgb(241,107,205); }

 H1.HeaderClassName
 {
   color: #F16BCD;
 }
 .AnyTagClassName
 {
   color: #F16BCD;
 }
</style>

background-color css

<style>
 a { background-color: #F16BCD; }

 a { background-color: rgb(241,107,205); }

 div.DivClassName
 {
   background-color: #F16BCD;
 }
 .BgClassName
 {
   background-color: #F16BCD;
 }
</style>

border-color css

<style>
 span { border-color: #F16BCD; }

 span { border-color: rgb(241,107,205); }

 td.TdClassName
 {
   border-color: #F16BCD;
 }
 .TagClassName
 {
   border-color: #F16BCD;
 }
</style>