Html Css Color HEX #FF6FD0 Neon Pink

📋 copy color: '#FF6FD0'

red 255 ◦ green 111 ◦ blue 208

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

Shades of Neon Pink #FF6FD0

Tints of Neon Pink #FF6FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 44.43%
G = 19.34%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF6FD0 (or 0xFF6FD0) is known color: Neon Pink. HEX triplet: FF, 6F and D0. RGB value is (255,111,208). Sum of RGB (Red+Green+Blue) = 255+111+208=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FD0 is #00902F. Grayscale: #A4A4A4. Windows color (decimal): -36912 or 13660159. OLE color: 13660159.

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

Color convert

RGB 255 111 208 -
CMYK 0 0.56 0.18 0
HSL 319.58º 1% 0.72% -
HSV(B) 319.58º 0.56% 1% -
XYZ 58.31 37.18 63.78 -
YUV 165.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 255 111 208 0 0.56 0.18 0 319.58 1 0.72
Hex FF 6F D0 0 38 12 0 140 64 48
Octal 377 157 320 0 70 22 0 500 144 110
Binary 11111111 1101111 11010000 0 111000 10010 0 101000000 1100100 1001000

Color Harmonies of #FF6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FD0

Black with #FF6FD0

Text Example


Text Example

White with #FF6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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