Html Css Color HEX #FF68CE Neon Pink

📋 copy color: '#FF68CE'

red 255 ◦ green 104 ◦ blue 206

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

Shades of Neon Pink #FF68CE

Tints of Neon Pink #FF68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 45.13%
G = 18.41%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF68CE (or 0xFF68CE) is known color: Neon Pink. HEX triplet: FF, 68 and CE. RGB value is (255,104,206). Sum of RGB (Red+Green+Blue) = 255+104+206=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68CE is #009731. Grayscale: #A0A0A0. Windows color (decimal): -38706 or 13527295. OLE color: 13527295.

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

Color convert

RGB 255 104 206 -
CMYK 0 0.59 0.19 0
HSL 319.47º 1% 0.7% -
HSV(B) 319.47º 0.59% 1% -
XYZ 57.33 35.62 62.25 -
YUV 160.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 255 104 206 0 0.59 0.19 0 319.47 1 0.7
Hex FF 68 CE 0 3B 13 0 13F 64 46
Octal 377 150 316 0 73 23 0 477 144 106
Binary 11111111 1101000 11001110 0 111011 10011 0 100111111 1100100 1000110

Color Harmonies of #FF68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68CE

Black with #FF68CE

Text Example


Text Example

White with #FF68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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