Html Css Color HEX #663BFD Neon Blue

📋 copy color: '#663BFD'

red 102 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #663BFD

Tints of Neon Blue #663BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

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

R = 24.64%
G = 14.25%
B = 61.11%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#663BFD (or 0x663BFD) is known color: Neon Blue. HEX triplet: 66, 3B and FD. RGB value is (102,59,253). Sum of RGB (Red+Green+Blue) = 102+59+253=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #663BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BFD is #99C402. Grayscale: #5D5D5D. Windows color (decimal): -10077187 or 16595814. OLE color: 16595814.

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

Color convert

RGB 102 59 253 -
CMYK 0.60 0.77 0 0.01
HSL 253.3º 0.98% 0.61% -
HSV(B) 253.3º 0.77% 0.99% -
XYZ 24.77 13.04 94.14 -
YUV 93.97 217.75 133.73 -
System Red Green Blue C M Y K H S L
Decimal 102 59 253 0.60 0.77 0 0.01 253.3 0.98 0.61
Hex 66 3B FD 3C 4D 0 1 FD 62 3D
Octal 146 73 375 74 115 0 1 375 142 75
Binary 1100110 111011 11111101 111100 1001101 0 1 11111101 1100010 111101

Color Harmonies of #663BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BFD

Black with #663BFD

Text Example


Text Example

White with #663BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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