Html Css Color HEX #663DFF Neon Blue

📋 copy color: '#663DFF'

red 102 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #663DFF

Tints of Neon Blue #663DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

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

R = 24.4%
G = 14.59%
B = 61%

CMYK

 C value IS 0.6

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#663DFF (or 0x663DFF) is known color: Neon Blue. HEX triplet: 66, 3D and FF. RGB value is (102,61,255). Sum of RGB (Red+Green+Blue) = 102+61+255=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #663DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663DFF is #99C200. Grayscale: #5E5E5E. Windows color (decimal): -10076673 or 16727398. OLE color: 16727398.

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

Color convert

RGB 102 61 255 -
CMYK 0.6 0.76 0 0
HSL 252.68º 1% 0.62% -
HSV(B) 252.68º 0.76% 1% -
XYZ 25.2 13.38 95.86 -
YUV 95.38 218.08 132.73 -
System Red Green Blue C M Y K H S L
Decimal 102 61 255 0.6 0.76 0 0 252.68 1 0.62
Hex 66 3D FF 3C 4C 0 0 FD 64 3E
Octal 146 75 377 74 114 0 0 375 144 76
Binary 1100110 111101 11111111 111100 1001100 0 0 11111101 1100100 111110

Color Harmonies of #663DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DFF

Black with #663DFF

Text Example


Text Example

White with #663DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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