Html Css Color HEX #FF6FD5 Neon Pink

📋 copy color: '#FF6FD5'

red 255 ◦ green 111 ◦ blue 213

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

Shades of Neon Pink #FF6FD5

Tints of Neon Pink #FF6FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 44.04%
G = 19.17%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF6FD5 (or 0xFF6FD5) is known color: Neon Pink. HEX triplet: FF, 6F and D5. RGB value is (255,111,213). Sum of RGB (Red+Green+Blue) = 255+111+213=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FD5 is #00902A. Grayscale: #A5A5A5. Windows color (decimal): -36907 or 13987839. OLE color: 13987839.

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

Color convert

RGB 255 111 213 -
CMYK 0 0.56 0.16 0
HSL 317.5º 1% 0.72% -
HSV(B) 317.5º 0.56% 1% -
XYZ 58.93 37.43 67.07 -
YUV 165.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 255 111 213 0 0.56 0.16 0 317.5 1 0.72
Hex FF 6F D5 0 38 10 0 13E 64 48
Octal 377 157 325 0 70 20 0 476 144 110
Binary 11111111 1101111 11010101 0 111000 10000 0 100111110 1100100 1001000

Color Harmonies of #FF6FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FD5

Black with #FF6FD5

Text Example


Text Example

White with #FF6FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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