Html Css Color HEX #663FFF Neon Blue

📋 copy color: '#663FFF'

red 102 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #663FFF

Tints of Neon Blue #663FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 24.29%
G = 15%
B = 60.71%

CMYK

 C value IS 0.6

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#663FFF (or 0x663FFF) is known color: Neon Blue. HEX triplet: 66, 3F and FF. RGB value is (102,63,255). Sum of RGB (Red+Green+Blue) = 102+63+255=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #663FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FFF is #99C000. Grayscale: #5F5F5F. Windows color (decimal): -10076161 or 16727910. OLE color: 16727910.

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

Color convert

RGB 102 63 255 -
CMYK 0.6 0.75 0 0
HSL 252.19º 1% 0.62% -
HSV(B) 252.19º 0.75% 1% -
XYZ 25.31 13.6 95.9 -
YUV 96.55 217.42 131.89 -
System Red Green Blue C M Y K H S L
Decimal 102 63 255 0.6 0.75 0 0 252.19 1 0.62
Hex 66 3F FF 3C 4B 0 0 FC 64 3E
Octal 146 77 377 74 113 0 0 374 144 76
Binary 1100110 111111 11111111 111100 1001011 0 0 11111100 1100100 111110

Color Harmonies of #663FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FFF

Black with #663FFF

Text Example


Text Example

White with #663FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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