Html Css Color HEX #6842F3 Neon Blue

📋 copy color: '#6842F3'

red 104 ◦ green 66 ◦ blue 243

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

Shades of Neon Blue #6842F3

Tints of Neon Blue #6842F3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 243 (95.31% from 255) = 58.84%

R = 25.18%
G = 15.98%
B = 58.84%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6842F3 (or 0x6842F3) is known color: Neon Blue. HEX triplet: 68, 42 and F3. RGB value is (104,66,243). Sum of RGB (Red+Green+Blue) = 104+66+243=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #6842F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6842F3 is #97BD0C. Grayscale: #606060. Windows color (decimal): -9944333 or 15942248. OLE color: 15942248.

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

Color convert

RGB 104 66 243 -
CMYK 0.57 0.73 0 0.05
HSL 252.88º 0.88% 0.61% -
HSV(B) 252.88º 0.73% 0.95% -
XYZ 23.83 13.31 86.11 -
YUV 97.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 104 66 243 0.57 0.73 0 0.05 252.88 0.88 0.61
Hex 68 42 F3 39 49 0 5 FD 58 3D
Octal 150 102 363 71 111 0 5 375 130 75
Binary 1101000 1000010 11110011 111001 1001001 0 101 11111101 1011000 111101

Color Harmonies of #6842F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842F3

Black with #6842F3

Text Example


Text Example

White with #6842F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6842F3; }

 p { color: rgb(104,66,243); }

 H1.HeaderClassName
 {
   color: #6842F3;
 }
 .AnyTagClassName
 {
   color: #6842F3;
 }
</style>

background-color css

<style>
 a { background-color: #6842F3; }

 a { background-color: rgb(104,66,243); }

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

border-color css

<style>
 span { border-color: #6842F3; }

 span { border-color: rgb(104,66,243); }

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