Html Css Color HEX #6655FD Neon Blue

📋 copy color: '#6655FD'

red 102 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #6655FD

Tints of Neon Blue #6655FD

RGB

 RED value IS 102 (40.23% from 255) = 23.18%

 GREEN value IS 85 (33.59% from 255) = 19.32%

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 23.18%
G = 19.32%
B = 57.5%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6655FD (or 0x6655FD) is known color: Neon Blue. HEX triplet: 66, 55 and FD. RGB value is (102,85,253). Sum of RGB (Red+Green+Blue) = 102+85+253=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #6655FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6655FD is #99AA02. Grayscale: #6C6C6C. Windows color (decimal): -10070531 or 16602470. OLE color: 16602470.

HSL color Cylindrical-coordinate representation of color #6655FD: hue angle of 246.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6655FD is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 85 253 -
CMYK 0.60 0.66 0 0.01
HSL 246.07º 0.98% 0.66% -
HSV(B) 246.07º 0.66% 0.99% -
XYZ 26.46 16.41 94.7 -
YUV 109.24 209.13 122.84 -
System Red Green Blue C M Y K H S L
Decimal 102 85 253 0.60 0.66 0 0.01 246.07 0.98 0.66
Hex 66 55 FD 3C 42 0 1 F6 62 42
Octal 146 125 375 74 102 0 1 366 142 102
Binary 1100110 1010101 11111101 111100 1000010 0 1 11110110 1100010 1000010

Color Harmonies of #6655FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655FD

Black with #6655FD

Text Example


Text Example

White with #6655FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6655FD; }

 p { color: rgb(102,85,253); }

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

background-color css

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

 a { background-color: rgb(102,85,253); }

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

border-color css

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

 span { border-color: rgb(102,85,253); }

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