Html Css Color HEX #FF6FD6 Neon Pink

📋 copy color: '#FF6FD6'

red 255 ◦ green 111 ◦ blue 214

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

Shades of Neon Pink #FF6FD6

Tints of Neon Pink #FF6FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 43.97%
G = 19.14%
B = 36.9%

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

#FF6FD6 (or 0xFF6FD6) is known color: Neon Pink. HEX triplet: FF, 6F and D6. RGB value is (255,111,214). Sum of RGB (Red+Green+Blue) = 255+111+214=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FD6 is #009029. Grayscale: #A5A5A5. Windows color (decimal): -36906 or 14053375. OLE color: 14053375.

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

Color convert

RGB 255 111 214 -
CMYK 0 0.56 0.16 0
HSL 317.08º 1% 0.72% -
HSV(B) 317.08º 0.56% 1% -
XYZ 59.06 37.48 67.74 -
YUV 165.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 255 111 214 0 0.56 0.16 0 317.08 1 0.72
Hex FF 6F D6 0 38 10 0 13D 64 48
Octal 377 157 326 0 70 20 0 475 144 110
Binary 11111111 1101111 11010110 0 111000 10000 0 100111101 1100100 1001000

Color Harmonies of #FF6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FD6

Black with #FF6FD6

Text Example


Text Example

White with #FF6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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