Html Css Color HEX #FF6FDA Neon Pink

📋 copy color: '#FF6FDA'

red 255 ◦ green 111 ◦ blue 218

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

Shades of Neon Pink #FF6FDA

Tints of Neon Pink #FF6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.01%

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 43.66%
G = 19.01%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF6FDA (or 0xFF6FDA) is known color: Neon Pink. HEX triplet: FF, 6F and DA. RGB value is (255,111,218). Sum of RGB (Red+Green+Blue) = 255+111+218=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FDA is #009025. Grayscale: #A5A5A5. Windows color (decimal): -36902 or 14315519. OLE color: 14315519.

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

Color convert

RGB 255 111 218 -
CMYK 0 0.56 0.15 0
HSL 315.42º 1% 0.72% -
HSV(B) 315.42º 0.56% 1% -
XYZ 59.58 37.69 70.46 -
YUV 166.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 255 111 218 0 0.56 0.15 0 315.42 1 0.72
Hex FF 6F DA 0 38 F 0 13B 64 48
Octal 377 157 332 0 70 17 0 473 144 110
Binary 11111111 1101111 11011010 0 111000 1111 0 100111011 1100100 1001000

Color Harmonies of #FF6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FDA

Black with #FF6FDA

Text Example


Text Example

White with #FF6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FDA; }

 p { color: rgb(255,111,218); }

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

background-color css

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

 a { background-color: rgb(255,111,218); }

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

border-color css

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

 span { border-color: rgb(255,111,218); }

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