Html Css Color HEX #FF68D3 Neon Pink

📋 copy color: '#FF68D3'

red 255 ◦ green 104 ◦ blue 211

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

Shades of Neon Pink #FF68D3

Tints of Neon Pink #FF68D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.02%

R = 44.74%
G = 18.25%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF68D3 (or 0xFF68D3) is known color: Neon Pink. HEX triplet: FF, 68 and D3. RGB value is (255,104,211). Sum of RGB (Red+Green+Blue) = 255+104+211=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68D3 is #00972C. Grayscale: #A1A1A1. Windows color (decimal): -38701 or 13854975. OLE color: 13854975.

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

Color convert

RGB 255 104 211 -
CMYK 0 0.59 0.17 0
HSL 317.48º 1% 0.7% -
HSV(B) 317.48º 0.59% 1% -
XYZ 57.95 35.86 65.5 -
YUV 161.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 255 104 211 0 0.59 0.17 0 317.48 1 0.7
Hex FF 68 D3 0 3B 11 0 13D 64 46
Octal 377 150 323 0 73 21 0 475 144 106
Binary 11111111 1101000 11010011 0 111011 10001 0 100111101 1100100 1000110

Color Harmonies of #FF68D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68D3

Black with #FF68D3

Text Example


Text Example

White with #FF68D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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