Html Css Color HEX #413EFD Neon Blue

📋 copy color: '#413EFD'

red 65 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #413EFD

Tints of Neon Blue #413EFD

RGB

 RED value IS 65 (25.78% from 255) = 17.11%

 GREEN value IS 62 (24.61% from 255) = 16.32%

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

R = 17.11%
G = 16.32%
B = 66.58%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#413EFD (or 0x413EFD) is known color: Neon Blue. HEX triplet: 41, 3E and FD. RGB value is (65,62,253). Sum of RGB (Red+Green+Blue) = 65+62+253=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #413EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EFD is #BEC102. Grayscale: #535353. Windows color (decimal): -12501251 or 16596545. OLE color: 16596545.

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

Color convert

RGB 65 62 253 -
CMYK 0.74 0.75 0 0.01
HSL 240.94º 0.98% 0.62% -
HSV(B) 240.94º 0.75% 0.99% -
XYZ 21.63 11.66 94.04 -
YUV 84.67 222.99 113.97 -
System Red Green Blue C M Y K H S L
Decimal 65 62 253 0.74 0.75 0 0.01 240.94 0.98 0.62
Hex 41 3E FD 4A 4B 0 1 F1 62 3E
Octal 101 76 375 112 113 0 1 361 142 76
Binary 1000001 111110 11111101 1001010 1001011 0 1 11110001 1100010 111110

Color Harmonies of #413EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EFD

Black with #413EFD

Text Example


Text Example

White with #413EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413EFD; }

 p { color: rgb(65,62,253); }

 H1.HeaderClassName
 {
   color: #413EFD;
 }
 .AnyTagClassName
 {
   color: #413EFD;
 }
</style>

background-color css

<style>
 a { background-color: #413EFD; }

 a { background-color: rgb(65,62,253); }

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

border-color css

<style>
 span { border-color: #413EFD; }

 span { border-color: rgb(65,62,253); }

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