Html Css Color HEX #683BFA Neon Blue

📋 copy color: '#683BFA'

red 104 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #683BFA

Tints of Neon Blue #683BFA

RGB

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

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

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

R = 25.18%
G = 14.29%
B = 60.53%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#683BFA (or 0x683BFA) is known color: Neon Blue. HEX triplet: 68, 3B and FA. RGB value is (104,59,250). Sum of RGB (Red+Green+Blue) = 104+59+250=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #683BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683BFA is #97C405. Grayscale: #5D5D5D. Windows color (decimal): -9946118 or 16399208. OLE color: 16399208.

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

Color convert

RGB 104 59 250 -
CMYK 0.58 0.76 0 0.02
HSL 254.14º 0.95% 0.61% -
HSV(B) 254.14º 0.76% 0.98% -
XYZ 24.53 12.97 91.65 -
YUV 94.23 215.91 134.97 -
System Red Green Blue C M Y K H S L
Decimal 104 59 250 0.58 0.76 0 0.02 254.14 0.95 0.61
Hex 68 3B FA 3A 4C 0 2 FE 5F 3D
Octal 150 73 372 72 114 0 2 376 137 75
Binary 1101000 111011 11111010 111010 1001100 0 10 11111110 1011111 111101

Color Harmonies of #683BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683BFA

Black with #683BFA

Text Example


Text Example

White with #683BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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