Html Css Color HEX #663CFC Neon Blue

📋 copy color: '#663CFC'

red 102 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #663CFC

Tints of Neon Blue #663CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 24.64%
G = 14.49%
B = 60.87%

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

#663CFC (or 0x663CFC) is known color: Neon Blue. HEX triplet: 66, 3C and FC. RGB value is (102,60,252). Sum of RGB (Red+Green+Blue) = 102+60+252=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #663CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CFC is #99C303. Grayscale: #5D5D5D. Windows color (decimal): -10076932 or 16530534. OLE color: 16530534.

HSL color Cylindrical-coordinate representation of color #663CFC: hue angle of 253.12º degrees, saturation: 0.97, 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 #663CFC is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 60 252 -
CMYK 0.60 0.76 0 0.01
HSL 253.13º 0.97% 0.61% -
HSV(B) 253.13º 0.76% 0.99% -
XYZ 24.67 13.08 93.32 -
YUV 94.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 102 60 252 0.60 0.76 0 0.01 253.13 0.97 0.61
Hex 66 3C FC 3C 4C 0 1 FD 61 3D
Octal 146 74 374 74 114 0 1 375 141 75
Binary 1100110 111100 11111100 111100 1001100 0 1 11111101 1100001 111101

Color Harmonies of #663CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CFC

Black with #663CFC

Text Example


Text Example

White with #663CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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