Html Css Color HEX #663CFD Neon Blue

📋 copy color: '#663CFD'

red 102 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #663CFD

Tints of Neon Blue #663CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.46%

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

R = 24.58%
G = 14.46%
B = 60.96%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#663CFD (or 0x663CFD) is known color: Neon Blue. HEX triplet: 66, 3C and FD. RGB value is (102,60,253). Sum of RGB (Red+Green+Blue) = 102+60+253=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #663CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CFD is #99C302. Grayscale: #5D5D5D. Windows color (decimal): -10076931 or 16596070. OLE color: 16596070.

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

Color convert

RGB 102 60 253 -
CMYK 0.60 0.76 0 0.01
HSL 253.06º 0.98% 0.61% -
HSV(B) 253.06º 0.76% 0.99% -
XYZ 24.82 13.15 94.16 -
YUV 94.56 217.41 133.31 -
System Red Green Blue C M Y K H S L
Decimal 102 60 253 0.60 0.76 0 0.01 253.06 0.98 0.61
Hex 66 3C FD 3C 4C 0 1 FD 62 3D
Octal 146 74 375 74 114 0 1 375 142 75
Binary 1100110 111100 11111101 111100 1001100 0 1 11111101 1100010 111101

Color Harmonies of #663CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CFD

Black with #663CFD

Text Example


Text Example

White with #663CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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