Html Css Color HEX #6741FD Neon Blue

📋 copy color: '#6741FD'

red 103 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #6741FD

Tints of Neon Blue #6741FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 24.47%
G = 15.44%
B = 60.1%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6741FD (or 0x6741FD) is known color: Neon Blue. HEX triplet: 67, 41 and FD. RGB value is (103,65,253). Sum of RGB (Red+Green+Blue) = 103+65+253=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #6741FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6741FD is #98BE02. Grayscale: #616161. Windows color (decimal): -10010115 or 16597351. OLE color: 16597351.

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

Color convert

RGB 103 65 253 -
CMYK 0.59 0.74 0 0.01
HSL 252.13º 0.98% 0.62% -
HSV(B) 252.13º 0.74% 0.99% -
XYZ 25.21 13.76 94.25 -
YUV 97.79 215.59 131.71 -
System Red Green Blue C M Y K H S L
Decimal 103 65 253 0.59 0.74 0 0.01 252.13 0.98 0.62
Hex 67 41 FD 3B 4A 0 1 FC 62 3E
Octal 147 101 375 73 112 0 1 374 142 76
Binary 1100111 1000001 11111101 111011 1001010 0 1 11111100 1100010 111110

Color Harmonies of #6741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6741FD

Black with #6741FD

Text Example


Text Example

White with #6741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6741FD; }

 p { color: rgb(103,65,253); }

 H1.HeaderClassName
 {
   color: #6741FD;
 }
 .AnyTagClassName
 {
   color: #6741FD;
 }
</style>

background-color css

<style>
 a { background-color: #6741FD; }

 a { background-color: rgb(103,65,253); }

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

border-color css

<style>
 span { border-color: #6741FD; }

 span { border-color: rgb(103,65,253); }

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