Html Css Color HEX #663FFC Neon Blue

📋 copy color: '#663FFC'

red 102 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #663FFC

Tints of Neon Blue #663FFC

RGB

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

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

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

R = 24.46%
G = 15.11%
B = 60.43%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#663FFC (or 0x663FFC) is known color: Neon Blue. HEX triplet: 66, 3F and FC. RGB value is (102,63,252). Sum of RGB (Red+Green+Blue) = 102+63+252=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #663FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FFC is #99C003. Grayscale: #5F5F5F. Windows color (decimal): -10076164 or 16531302. OLE color: 16531302.

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

Color convert

RGB 102 63 252 -
CMYK 0.60 0.75 0 0.01
HSL 252.38º 0.97% 0.62% -
HSV(B) 252.38º 0.75% 0.99% -
XYZ 24.83 13.41 93.37 -
YUV 96.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 102 63 252 0.60 0.75 0 0.01 252.38 0.97 0.62
Hex 66 3F FC 3C 4B 0 1 FC 61 3E
Octal 146 77 374 74 113 0 1 374 141 76
Binary 1100110 111111 11111100 111100 1001011 0 1 11111100 1100001 111110

Color Harmonies of #663FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FFC

Black with #663FFC

Text Example


Text Example

White with #663FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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