Html Css Color HEX #6742EC Neon Blue

📋 copy color: '#6742EC'

red 103 ◦ green 66 ◦ blue 236

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

Shades of Neon Blue #6742EC

Tints of Neon Blue #6742EC

RGB

 RED value IS 103 (40.63% from 255) = 25.43%

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

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 25.43%
G = 16.3%
B = 58.27%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6742EC (or 0x6742EC) is known color: Neon Blue. HEX triplet: 67, 42 and EC. RGB value is (103,66,236). Sum of RGB (Red+Green+Blue) = 103+66+236=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #6742EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742EC is #98BD13. Grayscale: #5F5F5F. Windows color (decimal): -10009876 or 15483495. OLE color: 15483495.

HSL color Cylindrical-coordinate representation of color #6742EC: hue angle of 253.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6742EC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 66 236 -
CMYK 0.56 0.72 0 0.07
HSL 253.06º 0.82% 0.59% -
HSV(B) 253.06º 0.72% 0.93% -
XYZ 22.68 12.84 80.64 -
YUV 96.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 103 66 236 0.56 0.72 0 0.07 253.06 0.82 0.59
Hex 67 42 EC 38 48 0 7 FD 52 3B
Octal 147 102 354 70 110 0 7 375 122 73
Binary 1100111 1000010 11101100 111000 1001000 0 111 11111101 1010010 111011

Color Harmonies of #6742EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742EC

Black with #6742EC

Text Example


Text Example

White with #6742EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6742EC; }

 p { color: rgb(103,66,236); }

 H1.HeaderClassName
 {
   color: #6742EC;
 }
 .AnyTagClassName
 {
   color: #6742EC;
 }
</style>

background-color css

<style>
 a { background-color: #6742EC; }

 a { background-color: rgb(103,66,236); }

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

border-color css

<style>
 span { border-color: #6742EC; }

 span { border-color: rgb(103,66,236); }

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