Html Css Color HEX #6B3DFD Neon Blue

📋 copy color: '#6B3DFD'

red 107 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #6B3DFD

Tints of Neon Blue #6B3DFD

RGB

 RED value IS 107 (42.19% from 255) = 25.42%

 GREEN value IS 61 (24.22% from 255) = 14.49%

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

R = 25.42%
G = 14.49%
B = 60.1%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B3DFD (or 0x6B3DFD) is known color: Neon Blue. HEX triplet: 6B, 3D and FD. RGB value is (107,61,253). Sum of RGB (Red+Green+Blue) = 107+61+253=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 61 (24.22% from 255 or 14.49% 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 #6B3DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3DFD is #94C202. Grayscale: #5F5F5F. Windows color (decimal): -9748995 or 16596331. OLE color: 16596331.

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

Color convert

RGB 107 61 253 -
CMYK 0.58 0.76 0 0.01
HSL 254.38º 0.98% 0.62% -
HSV(B) 254.38º 0.76% 0.99% -
XYZ 25.46 13.56 94.2 -
YUV 96.64 216.24 135.39 -
System Red Green Blue C M Y K H S L
Decimal 107 61 253 0.58 0.76 0 0.01 254.38 0.98 0.62
Hex 6B 3D FD 3A 4C 0 1 FE 62 3E
Octal 153 75 375 72 114 0 1 376 142 76
Binary 1101011 111101 11111101 111010 1001100 0 1 11111110 1100010 111110

Color Harmonies of #6B3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3DFD

Black with #6B3DFD

Text Example


Text Example

White with #6B3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B3DFD; }

 p { color: rgb(107,61,253); }

 H1.HeaderClassName
 {
   color: #6B3DFD;
 }
 .AnyTagClassName
 {
   color: #6B3DFD;
 }
</style>

background-color css

<style>
 a { background-color: #6B3DFD; }

 a { background-color: rgb(107,61,253); }

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

border-color css

<style>
 span { border-color: #6B3DFD; }

 span { border-color: rgb(107,61,253); }

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