Html Css Color HEX #FF6FCF Neon Pink

📋 copy color: '#FF6FCF'

red 255 ◦ green 111 ◦ blue 207

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

Shades of Neon Pink #FF6FCF

Tints of Neon Pink #FF6FCF

RGB

 RED value IS 255 (100% from 255) = 44.5%

 GREEN value IS 111 (43.75% from 255) = 19.37%

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

R = 44.5%
G = 19.37%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF6FCF (or 0xFF6FCF) is known color: Neon Pink. HEX triplet: FF, 6F and CF. RGB value is (255,111,207). Sum of RGB (Red+Green+Blue) = 255+111+207=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FCF is #009030. Grayscale: #A4A4A4. Windows color (decimal): -36913 or 13594623. OLE color: 13594623.

HSL color Cylindrical-coordinate representation of color #FF6FCF: hue angle of 320º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FCF is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 111 207 -
CMYK 0 0.56 0.19 0
HSL 320º 1% 0.72% -
HSV(B) 320º 0.56% 1% -
XYZ 58.19 37.13 63.13 -
YUV 165 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 255 111 207 0 0.56 0.19 0 320 1 0.72
Hex FF 6F CF 0 38 13 0 140 64 48
Octal 377 157 317 0 70 23 0 500 144 110
Binary 11111111 1101111 11001111 0 111000 10011 0 101000000 1100100 1001000

Color Harmonies of #FF6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FCF

Black with #FF6FCF

Text Example


Text Example

White with #FF6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FCF; }

 p { color: rgb(255,111,207); }

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

background-color css

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

 a { background-color: rgb(255,111,207); }

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

border-color css

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

 span { border-color: rgb(255,111,207); }

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