Html Css Color HEX #F965CE Neon Pink

📋 copy color: '#F965CE'

red 249 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #F965CE

Tints of Neon Pink #F965CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 44.78%
G = 18.17%
B = 37.05%

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

#F965CE (or 0xF965CE) is known color: Neon Pink. HEX triplet: F9, 65 and CE. RGB value is (249,101,206). Sum of RGB (Red+Green+Blue) = 249+101+206=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F965CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965CE is #069A31. Grayscale: #9C9C9C. Windows color (decimal): -432690 or 13526521. OLE color: 13526521.

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

Color convert

RGB 249 101 206 -
CMYK 0 0.59 0.17 0.02
HSL 317.43º 0.93% 0.69% -
HSV(B) 317.43º 0.59% 0.98% -
XYZ 54.86 33.9 62.05 -
YUV 157.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 249 101 206 0 0.59 0.17 0.02 317.43 0.93 0.69
Hex F9 65 CE 0 3B 11 2 13D 5C 45
Octal 371 145 316 0 73 21 2 475 134 105
Binary 11111001 1100101 11001110 0 111011 10001 10 100111101 1011100 1000101

Color Harmonies of #F965CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965CE

Black with #F965CE

Text Example


Text Example

White with #F965CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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