Html Css Color HEX #663FFA Neon Blue

📋 copy color: '#663FFA'

red 102 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #663FFA

Tints of Neon Blue #663FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 24.58%
G = 15.18%
B = 60.24%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#663FFA (or 0x663FFA) is known color: Neon Blue. HEX triplet: 66, 3F and FA. RGB value is (102,63,250). Sum of RGB (Red+Green+Blue) = 102+63+250=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #663FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FFA is #99C005. Grayscale: #5F5F5F. Windows color (decimal): -10076166 or 16400230. OLE color: 16400230.

HSL color Cylindrical-coordinate representation of color #663FFA: hue angle of 252.51º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663FFA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 63 250 -
CMYK 0.59 0.75 0 0.02
HSL 252.51º 0.95% 0.61% -
HSV(B) 252.51º 0.75% 0.98% -
XYZ 24.51 13.28 91.71 -
YUV 95.98 214.92 132.29 -
System Red Green Blue C M Y K H S L
Decimal 102 63 250 0.59 0.75 0 0.02 252.51 0.95 0.61
Hex 66 3F FA 3B 4B 0 2 FD 5F 3D
Octal 146 77 372 73 113 0 2 375 137 75
Binary 1100110 111111 11111010 111011 1001011 0 10 11111101 1011111 111101

Color Harmonies of #663FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FFA

Black with #663FFA

Text Example


Text Example

White with #663FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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