Html Css Color HEX #6A3CFD Neon Blue

📋 copy color: '#6A3CFD'

red 106 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #6A3CFD

Tints of Neon Blue #6A3CFD

RGB

 RED value IS 106 (41.8% from 255) = 25.3%

 GREEN value IS 60 (23.83% from 255) = 14.32%

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

R = 25.3%
G = 14.32%
B = 60.38%

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

#6A3CFD (or 0x6A3CFD) is known color: Neon Blue. HEX triplet: 6A, 3C and FD. RGB value is (106,60,253). Sum of RGB (Red+Green+Blue) = 106+60+253=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A3CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3CFD is #95C302. Grayscale: #5F5F5F. Windows color (decimal): -9814787 or 16596074. OLE color: 16596074.

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

Color convert

RGB 106 60 253 -
CMYK 0.58 0.76 0 0.01
HSL 254.3º 0.98% 0.61% -
HSV(B) 254.3º 0.76% 0.99% -
XYZ 25.29 13.39 94.18 -
YUV 95.76 216.74 135.31 -
System Red Green Blue C M Y K H S L
Decimal 106 60 253 0.58 0.76 0 0.01 254.3 0.98 0.61
Hex 6A 3C FD 3A 4C 0 1 FE 62 3D
Octal 152 74 375 72 114 0 1 376 142 75
Binary 1101010 111100 11111101 111010 1001100 0 1 11111110 1100010 111101

Color Harmonies of #6A3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3CFD

Black with #6A3CFD

Text Example


Text Example

White with #6A3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,253); }

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

background-color css

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

 a { background-color: rgb(106,60,253); }

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

border-color css

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

 span { border-color: rgb(106,60,253); }

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