Html Css Color HEX #3A3DFD Neon Blue

📋 copy color: '#3A3DFD'

red 58 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #3A3DFD

Tints of Neon Blue #3A3DFD

RGB

 RED value IS 58 (23.05% from 255) = 15.59%

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

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

R = 15.59%
G = 16.4%
B = 68.01%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A3DFD (or 0x3A3DFD) is known color: Neon Blue. HEX triplet: 3A, 3D and FD. RGB value is (58,61,253). Sum of RGB (Red+Green+Blue) = 58+61+253=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3DFD is #C5C202. Grayscale: #515151. Windows color (decimal): -12960259 or 16596282. OLE color: 16596282.

HSL color Cylindrical-coordinate representation of color #3A3DFD: hue angle of 239.08º 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 #3A3DFD is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 61 253 -
CMYK 0.77 0.76 0 0.01
HSL 239.08º 0.98% 0.61% -
HSV(B) 239.08º 0.77% 0.99% -
XYZ 21.14 11.33 94 -
YUV 81.99 224.51 110.89 -
System Red Green Blue C M Y K H S L
Decimal 58 61 253 0.77 0.76 0 0.01 239.08 0.98 0.61
Hex 3A 3D FD 4D 4C 0 1 EF 62 3D
Octal 72 75 375 115 114 0 1 357 142 75
Binary 111010 111101 11111101 1001101 1001100 0 1 11101111 1100010 111101

Color Harmonies of #3A3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3DFD

Black with #3A3DFD

Text Example


Text Example

White with #3A3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3DFD; }

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

 H1.HeaderClassName
 {
   color: #3A3DFD;
 }
 .AnyTagClassName
 {
   color: #3A3DFD;
 }
</style>

background-color css

<style>
 a { background-color: #3A3DFD; }

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

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

border-color css

<style>
 span { border-color: #3A3DFD; }

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

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