Html Css Color HEX #F965CF Neon Pink

📋 copy color: '#F965CF'

red 249 ◦ green 101 ◦ blue 207

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

Shades of Neon Pink #F965CF

Tints of Neon Pink #F965CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.13%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 44.7%
G = 18.13%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F965CF (or 0xF965CF) is known color: Neon Pink. HEX triplet: F9, 65 and CF. RGB value is (249,101,207). Sum of RGB (Red+Green+Blue) = 249+101+207=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F965CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965CF is #069A30. Grayscale: #9D9D9D. Windows color (decimal): -432689 or 13592057. OLE color: 13592057.

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

Color convert

RGB 249 101 207 -
CMYK 0 0.59 0.17 0.02
HSL 317.03º 0.93% 0.69% -
HSV(B) 317.03º 0.59% 0.98% -
XYZ 54.98 33.95 62.69 -
YUV 157.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 249 101 207 0 0.59 0.17 0.02 317.03 0.93 0.69
Hex F9 65 CF 0 3B 11 2 13D 5C 45
Octal 371 145 317 0 73 21 2 475 134 105
Binary 11111001 1100101 11001111 0 111011 10001 10 100111101 1011100 1000101

Color Harmonies of #F965CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965CF

Black with #F965CF

Text Example


Text Example

White with #F965CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965CF; }

 p { color: rgb(249,101,207); }

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

background-color css

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

 a { background-color: rgb(249,101,207); }

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

border-color css

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

 span { border-color: rgb(249,101,207); }

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