#FF6ACF

Color #FF6ACF Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF6ACF

Tints of Neon Pink #FF6ACF

Color information

#FF6ACF (or 0xFF6ACF) is unknown color: approx Neon Pink. HEX triplet: FF, 6A and CF. RGB value is (255,106,207). Sum of RGB (Red+Green+Blue) = 255+106+207=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ACF is #009530. Grayscale: #A1A1A1. Windows color (decimal): -38193 or 13593343. OLE color: 13593343.

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

Color convert

RGB255106207-
CMYK00.580.190
HSL319.33º100%70.78%-
HSV(B)319.33º58.43%100%-
XYZ57.6636.0762.96-
YUV162.06153.36194.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=44.89%
G=18.66%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510620700.580.190319.3310070.78
HexFF6ACF03A13013f6447
Octal377152317072230477144107
Binary11111111110101011001111011101010011010011111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6ACF; }

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

 H1.HeaderClassName
 {
   color: #FF6ACF;
 }
 .AnyTagClassName
 {
   color: #FF6ACF;
 }
</style>
background-color css

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

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

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

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

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

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