Html Css Color HEX #413FFD Neon Blue

📋 copy color: '#413FFD'

red 65 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #413FFD

Tints of Neon Blue #413FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 17.06%
G = 16.54%
B = 66.4%

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

#413FFD (or 0x413FFD) is known color: Neon Blue. HEX triplet: 41, 3F and FD. RGB value is (65,63,253). Sum of RGB (Red+Green+Blue) = 65+63+253=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #413FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FFD is #BEC002. Grayscale: #545454. Windows color (decimal): -12500995 or 16596801. OLE color: 16596801.

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

Color convert

RGB 65 63 253 -
CMYK 0.74 0.75 0 0.01
HSL 240.63º 0.98% 0.62% -
HSV(B) 240.63º 0.75% 0.99% -
XYZ 21.69 11.77 94.06 -
YUV 85.26 222.66 113.55 -
System Red Green Blue C M Y K H S L
Decimal 65 63 253 0.74 0.75 0 0.01 240.63 0.98 0.62
Hex 41 3F FD 4A 4B 0 1 F1 62 3E
Octal 101 77 375 112 113 0 1 361 142 76
Binary 1000001 111111 11111101 1001010 1001011 0 1 11110001 1100010 111110

Color Harmonies of #413FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FFD

Black with #413FFD

Text Example


Text Example

White with #413FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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