Html Css Color HEX #6742FE Neon Blue

📋 copy color: '#6742FE'

red 103 ◦ green 66 ◦ blue 254

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

Shades of Neon Blue #6742FE

Tints of Neon Blue #6742FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 24.35%
G = 15.6%
B = 60.05%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6742FE (or 0x6742FE) is known color: Neon Blue. HEX triplet: 67, 42 and FE. RGB value is (103,66,254). Sum of RGB (Red+Green+Blue) = 103+66+254=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #6742FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742FE is #98BD01. Grayscale: #616161. Windows color (decimal): -10009858 or 16663143. OLE color: 16663143.

HSL color Cylindrical-coordinate representation of color #6742FE: hue angle of 251.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6742FE is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 66 254 -
CMYK 0.59 0.74 0 0.00
HSL 251.81º 0.99% 0.63% -
HSV(B) 251.81º 0.74% 1% -
XYZ 25.43 13.94 95.12 -
YUV 98.5 215.76 131.21 -
System Red Green Blue C M Y K H S L
Decimal 103 66 254 0.59 0.74 0 0.00 251.81 0.99 0.63
Hex 67 42 FE 3B 4A 0 0 FC 63 3F
Octal 147 102 376 73 112 0 0 374 143 77
Binary 1100111 1000010 11111110 111011 1001010 0 0 11111100 1100011 111111

Color Harmonies of #6742FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742FE

Black with #6742FE

Text Example


Text Example

White with #6742FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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