Html Css Color HEX #6842FA Neon Blue

📋 copy color: '#6842FA'

red 104 ◦ green 66 ◦ blue 250

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

Shades of Neon Blue #6842FA

Tints of Neon Blue #6842FA

RGB

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

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

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

R = 24.76%
G = 15.71%
B = 59.52%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6842FA (or 0x6842FA) is known color: Neon Blue. HEX triplet: 68, 42 and FA. RGB value is (104,66,250). Sum of RGB (Red+Green+Blue) = 104+66+250=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #6842FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6842FA is #97BD05. Grayscale: #616161. Windows color (decimal): -9944326 or 16401000. OLE color: 16401000.

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

Color convert

RGB 104 66 250 -
CMYK 0.58 0.74 0 0.02
HSL 252.39º 0.95% 0.62% -
HSV(B) 252.39º 0.74% 0.98% -
XYZ 24.91 13.74 91.78 -
YUV 98.34 213.59 132.04 -
System Red Green Blue C M Y K H S L
Decimal 104 66 250 0.58 0.74 0 0.02 252.39 0.95 0.62
Hex 68 42 FA 3A 4A 0 2 FC 5F 3E
Octal 150 102 372 72 112 0 2 374 137 76
Binary 1101000 1000010 11111010 111010 1001010 0 10 11111100 1011111 111110

Color Harmonies of #6842FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842FA

Black with #6842FA

Text Example


Text Example

White with #6842FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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