Html Css Color HEX #FF68CD Neon Pink

📋 copy color: '#FF68CD'

red 255 ◦ green 104 ◦ blue 205

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

Shades of Neon Pink #FF68CD

Tints of Neon Pink #FF68CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 45.21%
G = 18.44%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF68CD (or 0xFF68CD) is known color: Neon Pink. HEX triplet: FF, 68 and CD. RGB value is (255,104,205). Sum of RGB (Red+Green+Blue) = 255+104+205=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68CD is #009732. Grayscale: #A0A0A0. Windows color (decimal): -38707 or 13461759. OLE color: 13461759.

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

Color convert

RGB 255 104 205 -
CMYK 0 0.59 0.20 0
HSL 319.87º 1% 0.7% -
HSV(B) 319.87º 0.59% 1% -
XYZ 57.21 35.57 61.61 -
YUV 160.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 255 104 205 0 0.59 0.20 0 319.87 1 0.7
Hex FF 68 CD 0 3B 14 0 140 64 46
Octal 377 150 315 0 73 24 0 500 144 106
Binary 11111111 1101000 11001101 0 111011 10100 0 101000000 1100100 1000110

Color Harmonies of #FF68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68CD

Black with #FF68CD

Text Example


Text Example

White with #FF68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68CD; }

 p { color: rgb(255,104,205); }

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

background-color css

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

 a { background-color: rgb(255,104,205); }

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

border-color css

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

 span { border-color: rgb(255,104,205); }

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