Html Css Color HEX #6742F9 Neon Blue

📋 copy color: '#6742F9'

red 103 ◦ green 66 ◦ blue 249

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

Shades of Neon Blue #6742F9

Tints of Neon Blue #6742F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.57%

R = 24.64%
G = 15.79%
B = 59.57%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6742F9 (or 0x6742F9) is known color: Neon Blue. HEX triplet: 67, 42 and F9. RGB value is (103,66,249). Sum of RGB (Red+Green+Blue) = 103+66+249=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #6742F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742F9 is #98BD06. Grayscale: #616161. Windows color (decimal): -10009863 or 16335463. OLE color: 16335463.

HSL color Cylindrical-coordinate representation of color #6742F9: hue angle of 252.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6742F9 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 66 249 -
CMYK 0.59 0.73 0 0.02
HSL 252.13º 0.94% 0.62% -
HSV(B) 252.13º 0.73% 0.98% -
XYZ 24.64 13.62 90.95 -
YUV 97.93 213.26 131.62 -
System Red Green Blue C M Y K H S L
Decimal 103 66 249 0.59 0.73 0 0.02 252.13 0.94 0.62
Hex 67 42 F9 3B 49 0 2 FC 5E 3E
Octal 147 102 371 73 111 0 2 374 136 76
Binary 1100111 1000010 11111001 111011 1001001 0 10 11111100 1011110 111110

Color Harmonies of #6742F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742F9

Black with #6742F9

Text Example


Text Example

White with #6742F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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