Html Css Color HEX #663BEB Neon Blue

📋 copy color: '#663BEB'

red 102 ◦ green 59 ◦ blue 235

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

Shades of Neon Blue #663BEB

Tints of Neon Blue #663BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.34%

R = 25.76%
G = 14.9%
B = 59.34%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#663BEB (or 0x663BEB) is known color: Neon Blue. HEX triplet: 66, 3B and EB. RGB value is (102,59,235). Sum of RGB (Red+Green+Blue) = 102+59+235=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #663BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BEB is #99C414. Grayscale: #5B5B5B. Windows color (decimal): -10077205 or 15416166. OLE color: 15416166.

HSL color Cylindrical-coordinate representation of color #663BEB: hue angle of 254.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663BEB is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 59 235 -
CMYK 0.57 0.75 0 0.08
HSL 254.66º 0.81% 0.58% -
HSV(B) 254.66º 0.75% 0.92% -
XYZ 22.04 11.95 79.74 -
YUV 91.92 208.75 135.19 -
System Red Green Blue C M Y K H S L
Decimal 102 59 235 0.57 0.75 0 0.08 254.66 0.81 0.58
Hex 66 3B EB 39 4B 0 8 FF 51 3A
Octal 146 73 353 71 113 0 10 377 121 72
Binary 1100110 111011 11101011 111001 1001011 0 1000 11111111 1010001 111010

Color Harmonies of #663BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BEB

Black with #663BEB

Text Example


Text Example

White with #663BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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