Html Css Color HEX #F26DD6 Neon Pink

📋 copy color: '#F26DD6'

red 242 ◦ green 109 ◦ blue 214

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

Shades of Neon Pink #F26DD6

Tints of Neon Pink #F26DD6

RGB

 RED value IS 242 (94.92% from 255) = 42.83%

 GREEN value IS 109 (42.97% from 255) = 19.29%

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

R = 42.83%
G = 19.29%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F26DD6 (or 0xF26DD6) is known color: Neon Pink. HEX triplet: F2, 6D and D6. RGB value is (242,109,214). Sum of RGB (Red+Green+Blue) = 242+109+214=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DD6 is #0D9229. Grayscale: #A0A0A0. Windows color (decimal): -889386 or 14052850. OLE color: 14052850.

HSL color Cylindrical-coordinate representation of color #F26DD6: hue angle of 312.63º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26DD6 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 109 214 -
CMYK 0 0.55 0.12 0.05
HSL 312.63º 0.84% 0.69% -
HSV(B) 312.63º 0.55% 0.95% -
XYZ 54.22 34.67 67.45 -
YUV 160.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 242 109 214 0 0.55 0.12 0.05 312.63 0.84 0.69
Hex F2 6D D6 0 37 C 5 139 54 45
Octal 362 155 326 0 67 14 5 471 124 105
Binary 11110010 1101101 11010110 0 110111 1100 101 100111001 1010100 1000101

Color Harmonies of #F26DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26DD6

Black with #F26DD6

Text Example


Text Example

White with #F26DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26DD6; }

 p { color: rgb(242,109,214); }

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

background-color css

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

 a { background-color: rgb(242,109,214); }

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

border-color css

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

 span { border-color: rgb(242,109,214); }

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