Html Css Color HEX #F969CB Neon Pink

📋 copy color: '#F969CB'

red 249 ◦ green 105 ◦ blue 203

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

Shades of Neon Pink #F969CB

Tints of Neon Pink #F969CB

RGB

 RED value IS 249 (97.66% from 255) = 44.7%

 GREEN value IS 105 (41.41% from 255) = 18.85%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 44.7%
G = 18.85%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F969CB (or 0xF969CB) is known color: Neon Pink. HEX triplet: F9, 69 and CB. RGB value is (249,105,203). Sum of RGB (Red+Green+Blue) = 249+105+203=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F969CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969CB is #069634. Grayscale: #9E9E9E. Windows color (decimal): -431669 or 13330937. OLE color: 13330937.

HSL color Cylindrical-coordinate representation of color #F969CB: hue angle of 319.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969CB is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 203 -
CMYK 0 0.58 0.18 0.02
HSL 319.17º 0.92% 0.69% -
HSV(B) 319.17º 0.58% 0.98% -
XYZ 54.9 34.55 60.28 -
YUV 159.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 249 105 203 0 0.58 0.18 0.02 319.17 0.92 0.69
Hex F9 69 CB 0 3A 12 2 13F 5C 45
Octal 371 151 313 0 72 22 2 477 134 105
Binary 11111001 1101001 11001011 0 111010 10010 10 100111111 1011100 1000101

Color Harmonies of #F969CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969CB

Black with #F969CB

Text Example


Text Example

White with #F969CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969CB; }

 p { color: rgb(249,105,203); }

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

background-color css

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

 a { background-color: rgb(249,105,203); }

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

border-color css

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

 span { border-color: rgb(249,105,203); }

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