Html Css Color HEX #683CF2 Neon Blue

📋 copy color: '#683CF2'

red 104 ◦ green 60 ◦ blue 242

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

Shades of Neon Blue #683CF2

Tints of Neon Blue #683CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

 BLUE value IS 242 (94.92% from 255) = 59.61%

R = 25.62%
G = 14.78%
B = 59.61%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#683CF2 (or 0x683CF2) is known color: Neon Blue. HEX triplet: 68, 3C and F2. RGB value is (104,60,242). Sum of RGB (Red+Green+Blue) = 104+60+242=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #683CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CF2 is #97C30D. Grayscale: #5D5D5D. Windows color (decimal): -9945870 or 15875176. OLE color: 15875176.

HSL color Cylindrical-coordinate representation of color #683CF2: hue angle of 254.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683CF2 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 60 242 -
CMYK 0.57 0.75 0 0.05
HSL 254.51º 0.88% 0.59% -
HSV(B) 254.51º 0.75% 0.95% -
XYZ 23.35 12.59 85.2 -
YUV 93.9 211.58 135.2 -
System Red Green Blue C M Y K H S L
Decimal 104 60 242 0.57 0.75 0 0.05 254.51 0.88 0.59
Hex 68 3C F2 39 4B 0 5 FF 58 3B
Octal 150 74 362 71 113 0 5 377 130 73
Binary 1101000 111100 11110010 111001 1001011 0 101 11111111 1011000 111011

Color Harmonies of #683CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683CF2

Black with #683CF2

Text Example


Text Example

White with #683CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,60,242); }

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

background-color css

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

 a { background-color: rgb(104,60,242); }

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

border-color css

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

 span { border-color: rgb(104,60,242); }

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