Html Css Color HEX #F665CD Neon Pink

📋 copy color: '#F665CD'

red 246 ◦ green 101 ◦ blue 205

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

Shades of Neon Pink #F665CD

Tints of Neon Pink #F665CD

RGB

 RED value IS 246 (96.48% from 255) = 44.57%

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 44.57%
G = 18.3%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F665CD (or 0xF665CD) is known color: Neon Pink. HEX triplet: F6, 65 and CD. RGB value is (246,101,205). Sum of RGB (Red+Green+Blue) = 246+101+205=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F665CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665CD is #099A32. Grayscale: #9B9B9B. Windows color (decimal): -629299 or 13460982. OLE color: 13460982.

HSL color Cylindrical-coordinate representation of color #F665CD: hue angle of 316.97º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665CD is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 101 205 -
CMYK 0 0.59 0.17 0.04
HSL 316.97º 0.89% 0.68% -
HSV(B) 316.97º 0.59% 0.96% -
XYZ 53.68 33.31 61.36 -
YUV 156.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 246 101 205 0 0.59 0.17 0.04 316.97 0.89 0.68
Hex F6 65 CD 0 3B 11 4 13D 59 44
Octal 366 145 315 0 73 21 4 475 131 104
Binary 11110110 1100101 11001101 0 111011 10001 100 100111101 1011001 1000100

Color Harmonies of #F665CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665CD

Black with #F665CD

Text Example


Text Example

White with #F665CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665CD; }

 p { color: rgb(246,101,205); }

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

background-color css

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

 a { background-color: rgb(246,101,205); }

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

border-color css

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

 span { border-color: rgb(246,101,205); }

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