Html Css Color HEX #F968D4 Neon Pink

📋 copy color: '#F968D4'

red 249 ◦ green 104 ◦ blue 212

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

Shades of Neon Pink #F968D4

Tints of Neon Pink #F968D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.41%

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 44.07%
G = 18.41%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F968D4 (or 0xF968D4) is known color: Neon Pink. HEX triplet: F9, 68 and D4. RGB value is (249,104,212). Sum of RGB (Red+Green+Blue) = 249+104+212=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F968D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968D4 is #06972B. Grayscale: #9F9F9F. Windows color (decimal): -431916 or 13920505. OLE color: 13920505.

HSL color Cylindrical-coordinate representation of color #F968D4: hue angle of 315.31º 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 #F968D4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 212 -
CMYK 0 0.58 0.15 0.02
HSL 315.31º 0.92% 0.69% -
HSV(B) 315.31º 0.58% 0.98% -
XYZ 55.9 34.79 66.06 -
YUV 159.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 249 104 212 0 0.58 0.15 0.02 315.31 0.92 0.69
Hex F9 68 D4 0 3A F 2 13B 5C 45
Octal 371 150 324 0 72 17 2 473 134 105
Binary 11111001 1101000 11010100 0 111010 1111 10 100111011 1011100 1000101

Color Harmonies of #F968D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968D4

Black with #F968D4

Text Example


Text Example

White with #F968D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968D4; }

 p { color: rgb(249,104,212); }

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

background-color css

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

 a { background-color: rgb(249,104,212); }

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

border-color css

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

 span { border-color: rgb(249,104,212); }

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