Html Css Color HEX #FF6CD4 Neon Pink

📋 copy color: '#FF6CD4'

red 255 ◦ green 108 ◦ blue 212

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

Shades of Neon Pink #FF6CD4

Tints of Neon Pink #FF6CD4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.78%

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 44.35%
G = 18.78%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF6CD4 (or 0xFF6CD4) is known color: Neon Pink. HEX triplet: FF, 6C and D4. RGB value is (255,108,212). Sum of RGB (Red+Green+Blue) = 255+108+212=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CD4 is #00932B. Grayscale: #A3A3A3. Windows color (decimal): -37676 or 13921535. OLE color: 13921535.

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

Color convert

RGB 255 108 212 -
CMYK 0 0.58 0.17 0
HSL 317.55º 1% 0.71% -
HSV(B) 317.55º 0.58% 1% -
XYZ 58.49 36.74 66.3 -
YUV 163.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 255 108 212 0 0.58 0.17 0 317.55 1 0.71
Hex FF 6C D4 0 3A 11 0 13E 64 47
Octal 377 154 324 0 72 21 0 476 144 107
Binary 11111111 1101100 11010100 0 111010 10001 0 100111110 1100100 1000111

Color Harmonies of #FF6CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CD4

Black with #FF6CD4

Text Example


Text Example

White with #FF6CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CD4; }

 p { color: rgb(255,108,212); }

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

background-color css

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

 a { background-color: rgb(255,108,212); }

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

border-color css

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

 span { border-color: rgb(255,108,212); }

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