Html Css Color HEX #F965CC Neon Pink

📋 copy color: '#F965CC'

red 249 ◦ green 101 ◦ blue 204

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

Shades of Neon Pink #F965CC

Tints of Neon Pink #F965CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 44.95%
G = 18.23%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F965CC (or 0xF965CC) is known color: Neon Pink. HEX triplet: F9, 65 and CC. RGB value is (249,101,204). Sum of RGB (Red+Green+Blue) = 249+101+204=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F965CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965CC is #069A33. Grayscale: #9C9C9C. Windows color (decimal): -432692 or 13395449. OLE color: 13395449.

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

Color convert

RGB 249 101 204 -
CMYK 0 0.59 0.18 0.02
HSL 318.24º 0.93% 0.69% -
HSV(B) 318.24º 0.59% 0.98% -
XYZ 54.62 33.81 60.77 -
YUV 156.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 249 101 204 0 0.59 0.18 0.02 318.24 0.93 0.69
Hex F9 65 CC 0 3B 12 2 13E 5C 45
Octal 371 145 314 0 73 22 2 476 134 105
Binary 11111001 1100101 11001100 0 111011 10010 10 100111110 1011100 1000101

Color Harmonies of #F965CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965CC

Black with #F965CC

Text Example


Text Example

White with #F965CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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