Html Css Color HEX #6655FF Neon Blue

📋 copy color: '#6655FF'

red 102 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #6655FF

Tints of Neon Blue #6655FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 23.08%
G = 19.23%
B = 57.69%

CMYK

 C value IS 0.6

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6655FF (or 0x6655FF) is known color: Neon Blue. HEX triplet: 66, 55 and FF. RGB value is (102,85,255). Sum of RGB (Red+Green+Blue) = 102+85+255=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6655FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6655FF is #99AA00. Grayscale: #6C6C6C. Windows color (decimal): -10070529 or 16733542. OLE color: 16733542.

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

Color convert

RGB 102 85 255 -
CMYK 0.6 0.67 0 0
HSL 246º 1% 0.67% -
HSV(B) 246º 0.67% 1% -
XYZ 26.78 16.54 96.39 -
YUV 109.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 102 85 255 0.6 0.67 0 0 246 1 0.67
Hex 66 55 FF 3C 43 0 0 F6 64 43
Octal 146 125 377 74 103 0 0 366 144 103
Binary 1100110 1010101 11111111 111100 1000011 0 0 11110110 1100100 1000011

Color Harmonies of #6655FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655FF

Black with #6655FF

Text Example


Text Example

White with #6655FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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