Html Css Color HEX #FF69C6 Neon Pink

📋 copy color: '#FF69C6'

red 255 ◦ green 105 ◦ blue 198

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

Shades of Neon Pink #FF69C6

Tints of Neon Pink #FF69C6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.82%

 BLUE value IS 198 (77.73% from 255) = 35.48%

R = 45.7%
G = 18.82%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF69C6 (or 0xFF69C6) is known color: Neon Pink. HEX triplet: FF, 69 and C6. RGB value is (255,105,198). Sum of RGB (Red+Green+Blue) = 255+105+198=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69C6 is #009639. Grayscale: #A0A0A0. Windows color (decimal): -38458 or 13003263. OLE color: 13003263.

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

Color convert

RGB 255 105 198 -
CMYK 0 0.59 0.22 0
HSL 322.8º 1% 0.71% -
HSV(B) 322.8º 0.59% 1% -
XYZ 56.48 35.44 57.29 -
YUV 160.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 255 105 198 0 0.59 0.22 0 322.8 1 0.71
Hex FF 69 C6 0 3B 16 0 143 64 47
Octal 377 151 306 0 73 26 0 503 144 107
Binary 11111111 1101001 11000110 0 111011 10110 0 101000011 1100100 1000111

Color Harmonies of #FF69C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF69C6

Black with #FF69C6

Text Example


Text Example

White with #FF69C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF69C6; }

 p { color: rgb(255,105,198); }

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

background-color css

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

 a { background-color: rgb(255,105,198); }

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

border-color css

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

 span { border-color: rgb(255,105,198); }

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