Html Css Color HEX #663FEA Neon Blue

📋 copy color: '#663FEA'

red 102 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #663FEA

Tints of Neon Blue #663FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 25.56%
G = 15.79%
B = 58.65%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#663FEA (or 0x663FEA) is known color: Neon Blue. HEX triplet: 66, 3F and EA. RGB value is (102,63,234). Sum of RGB (Red+Green+Blue) = 102+63+234=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #663FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FEA is #99C015. Grayscale: #5D5D5D. Windows color (decimal): -10076182 or 15351654. OLE color: 15351654.

HSL color Cylindrical-coordinate representation of color #663FEA: hue angle of 253.68º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663FEA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 63 234 -
CMYK 0.56 0.73 0 0.08
HSL 253.68º 0.8% 0.58% -
HSV(B) 253.68º 0.73% 0.92% -
XYZ 22.11 12.32 79.05 -
YUV 94.16 206.92 133.6 -
System Red Green Blue C M Y K H S L
Decimal 102 63 234 0.56 0.73 0 0.08 253.68 0.8 0.58
Hex 66 3F EA 38 49 0 8 FE 50 3A
Octal 146 77 352 70 111 0 10 376 120 72
Binary 1100110 111111 11101010 111000 1001001 0 1000 11111110 1010000 111010

Color Harmonies of #663FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FEA

Black with #663FEA

Text Example


Text Example

White with #663FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663FEA; }

 p { color: rgb(102,63,234); }

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

background-color css

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

 a { background-color: rgb(102,63,234); }

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

border-color css

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

 span { border-color: rgb(102,63,234); }

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