#FF7BD6

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

Shades of Neon Pink #FF7BD6

Tints of Neon Pink #FF7BD6

Color information

#FF7BD6 (or 0xFF7BD6) is unknown color: approx Neon Pink. HEX triplet: FF, 7B and D6. RGB value is (255,123,214). Sum of RGB (Red+Green+Blue) = 255+123+214=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BD6 is #008429. Grayscale: #ACACAC. Windows color (decimal): -33834 or 14056447. OLE color: 14056447.

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

Color convert

RGB255123214-
CMYK00.520.160
HSL318.64º100%74.12%-
HSV(B)318.64º51.76%100%-
XYZ60.4640.2868.21-
YUV172.84151.23186.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 123 (48.44% from 255) = 20.78%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=43.07%
G=20.78%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512321400.520.160318.6410074.12
HexFF7BD603410013f644a
Octal377173326064200477144112
Binary11111111111101111010110011010010000010011111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7BD6; }

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

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

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

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

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

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

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

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