Html Css Color HEX #3A40FD Neon Blue

📋 copy color: '#3A40FD'

red 58 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #3A40FD

Tints of Neon Blue #3A40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 15.47%
G = 17.07%
B = 67.47%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A40FD (or 0x3A40FD) is known color: Neon Blue. HEX triplet: 3A, 40 and FD. RGB value is (58,64,253). Sum of RGB (Red+Green+Blue) = 58+64+253=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A40FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A40FD is #C5BF02. Grayscale: #525252. Windows color (decimal): -12959491 or 16597050. OLE color: 16597050.

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

Color convert

RGB 58 64 253 -
CMYK 0.77 0.75 0 0.01
HSL 238.15º 0.98% 0.61% -
HSV(B) 238.15º 0.77% 0.99% -
XYZ 21.31 11.66 94.06 -
YUV 83.75 223.51 109.63 -
System Red Green Blue C M Y K H S L
Decimal 58 64 253 0.77 0.75 0 0.01 238.15 0.98 0.61
Hex 3A 40 FD 4D 4B 0 1 EE 62 3D
Octal 72 100 375 115 113 0 1 356 142 75
Binary 111010 1000000 11111101 1001101 1001011 0 1 11101110 1100010 111101

Color Harmonies of #3A40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40FD

Black with #3A40FD

Text Example


Text Example

White with #3A40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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