Html Css Color HEX #683AFA Neon Blue

📋 copy color: '#683AFA'

red 104 ◦ green 58 ◦ blue 250

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

Shades of Neon Blue #683AFA

Tints of Neon Blue #683AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.08%

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

R = 25.24%
G = 14.08%
B = 60.68%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#683AFA (or 0x683AFA) is known color: Neon Blue. HEX triplet: 68, 3A and FA. RGB value is (104,58,250). Sum of RGB (Red+Green+Blue) = 104+58+250=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #683AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AFA is #97C505. Grayscale: #5C5C5C. Windows color (decimal): -9946374 or 16398952. OLE color: 16398952.

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

Color convert

RGB 104 58 250 -
CMYK 0.58 0.77 0 0.02
HSL 254.38º 0.95% 0.6% -
HSV(B) 254.38º 0.77% 0.98% -
XYZ 24.48 12.87 91.64 -
YUV 93.64 216.24 135.39 -
System Red Green Blue C M Y K H S L
Decimal 104 58 250 0.58 0.77 0 0.02 254.38 0.95 0.6
Hex 68 3A FA 3A 4D 0 2 FE 5F 3C
Octal 150 72 372 72 115 0 2 376 137 74
Binary 1101000 111010 11111010 111010 1001101 0 10 11111110 1011111 111100

Color Harmonies of #683AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683AFA

Black with #683AFA

Text Example


Text Example

White with #683AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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