Html Css Color HEX #6740FA Neon Blue

📋 copy color: '#6740FA'

red 103 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #6740FA

Tints of Neon Blue #6740FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 24.7%
G = 15.35%
B = 59.95%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6740FA (or 0x6740FA) is known color: Neon Blue. HEX triplet: 67, 40 and FA. RGB value is (103,64,250). Sum of RGB (Red+Green+Blue) = 103+64+250=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #6740FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740FA is #98BF05. Grayscale: #606060. Windows color (decimal): -10010374 or 16400487. OLE color: 16400487.

HSL color Cylindrical-coordinate representation of color #6740FA: hue angle of 252.58º 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 #6740FA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 64 250 -
CMYK 0.59 0.74 0 0.02
HSL 252.58º 0.95% 0.62% -
HSV(B) 252.58º 0.74% 0.98% -
XYZ 24.68 13.45 91.74 -
YUV 96.87 214.42 132.38 -
System Red Green Blue C M Y K H S L
Decimal 103 64 250 0.59 0.74 0 0.02 252.58 0.95 0.62
Hex 67 40 FA 3B 4A 0 2 FD 5F 3E
Octal 147 100 372 73 112 0 2 375 137 76
Binary 1100111 1000000 11111010 111011 1001010 0 10 11111101 1011111 111110

Color Harmonies of #6740FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740FA

Black with #6740FA

Text Example


Text Example

White with #6740FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,64,250); }

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

background-color css

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

 a { background-color: rgb(103,64,250); }

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

border-color css

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

 span { border-color: rgb(103,64,250); }

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