Html Css Color HEX #6A3AFD Neon Blue

📋 copy color: '#6A3AFD'

red 106 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #6A3AFD

Tints of Neon Blue #6A3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.91%

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

R = 25.42%
G = 13.91%
B = 60.67%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A3AFD (or 0x6A3AFD) is known color: Neon Blue. HEX triplet: 6A, 3A and FD. RGB value is (106,58,253). Sum of RGB (Red+Green+Blue) = 106+58+253=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A3AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3AFD is #95C502. Grayscale: #5D5D5D. Windows color (decimal): -9815299 or 16595562. OLE color: 16595562.

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

Color convert

RGB 106 58 253 -
CMYK 0.58 0.77 0 0.01
HSL 254.77º 0.98% 0.61% -
HSV(B) 254.77º 0.77% 0.99% -
XYZ 25.19 13.18 94.15 -
YUV 94.58 217.4 136.14 -
System Red Green Blue C M Y K H S L
Decimal 106 58 253 0.58 0.77 0 0.01 254.77 0.98 0.61
Hex 6A 3A FD 3A 4D 0 1 FF 62 3D
Octal 152 72 375 72 115 0 1 377 142 75
Binary 1101010 111010 11111101 111010 1001101 0 1 11111111 1100010 111101

Color Harmonies of #6A3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3AFD

Black with #6A3AFD

Text Example


Text Example

White with #6A3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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