Html Css Color HEX #6650F7 Neon Blue

📋 copy color: '#6650F7'

red 102 ◦ green 80 ◦ blue 247

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

Shades of Neon Blue #6650F7

Tints of Neon Blue #6650F7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 247 (96.88% from 255) = 57.58%

R = 23.78%
G = 18.65%
B = 57.58%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6650F7 (or 0x6650F7) is known color: Neon Blue. HEX triplet: 66, 50 and F7. RGB value is (102,80,247). Sum of RGB (Red+Green+Blue) = 102+80+247=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 247 (96.88% from 255 or 57.58% from 429); Max value from RGB is 247 - color contains mainly: blue. Hex color #6650F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6650F7 is #99AF08. Grayscale: #686868. Windows color (decimal): -10071817 or 16207974. OLE color: 16207974.

HSL color Cylindrical-coordinate representation of color #6650F7: hue angle of 247.9º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6650F7 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 80 247 -
CMYK 0.59 0.68 0 0.03
HSL 247.9º 0.91% 0.64% -
HSV(B) 247.9º 0.68% 0.97% -
XYZ 25.14 15.28 89.62 -
YUV 105.62 207.79 125.42 -
System Red Green Blue C M Y K H S L
Decimal 102 80 247 0.59 0.68 0 0.03 247.9 0.91 0.64
Hex 66 50 F7 3B 44 0 3 F8 5B 40
Octal 146 120 367 73 104 0 3 370 133 100
Binary 1100110 1010000 11110111 111011 1000100 0 11 11111000 1011011 1000000

Color Harmonies of #6650F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6650F7

Black with #6650F7

Text Example


Text Example

White with #6650F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6650F7; }

 p { color: rgb(102,80,247); }

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

background-color css

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

 a { background-color: rgb(102,80,247); }

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

border-color css

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

 span { border-color: rgb(102,80,247); }

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