Html Css Color HEX #683EFA Neon Blue

📋 copy color: '#683EFA'

red 104 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #683EFA

Tints of Neon Blue #683EFA

RGB

 RED value IS 104 (41.02% from 255) = 25%

 GREEN value IS 62 (24.61% from 255) = 14.9%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 25%
G = 14.9%
B = 60.1%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#683EFA (or 0x683EFA) is known color: Neon Blue. HEX triplet: 68, 3E and FA. RGB value is (104,62,250). Sum of RGB (Red+Green+Blue) = 104+62+250=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #683EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683EFA is #97C105. Grayscale: #5F5F5F. Windows color (decimal): -9945350 or 16399976. OLE color: 16399976.

HSL color Cylindrical-coordinate representation of color #683EFA: hue angle of 253.4º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683EFA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 62 250 -
CMYK 0.58 0.75 0 0.02
HSL 253.4º 0.95% 0.61% -
HSV(B) 253.4º 0.75% 0.98% -
XYZ 24.69 13.29 91.71 -
YUV 95.99 214.91 133.71 -
System Red Green Blue C M Y K H S L
Decimal 104 62 250 0.58 0.75 0 0.02 253.4 0.95 0.61
Hex 68 3E FA 3A 4B 0 2 FD 5F 3D
Octal 150 76 372 72 113 0 2 375 137 75
Binary 1101000 111110 11111010 111010 1001011 0 10 11111101 1011111 111101

Color Harmonies of #683EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683EFA

Black with #683EFA

Text Example


Text Example

White with #683EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683EFA; }

 p { color: rgb(104,62,250); }

 H1.HeaderClassName
 {
   color: #683EFA;
 }
 .AnyTagClassName
 {
   color: #683EFA;
 }
</style>

background-color css

<style>
 a { background-color: #683EFA; }

 a { background-color: rgb(104,62,250); }

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

border-color css

<style>
 span { border-color: #683EFA; }

 span { border-color: rgb(104,62,250); }

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