Html Css Color HEX #413DFB Neon Blue

📋 copy color: '#413DFB'

red 65 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #413DFB

Tints of Neon Blue #413DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 17.24%
G = 16.18%
B = 66.58%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#413DFB (or 0x413DFB) is known color: Neon Blue. HEX triplet: 41, 3D and FB. RGB value is (65,61,251). Sum of RGB (Red+Green+Blue) = 65+61+251=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #413DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413DFB is #BEC204. Grayscale: #535353. Windows color (decimal): -12501509 or 16465217. OLE color: 16465217.

HSL color Cylindrical-coordinate representation of color #413DFB: hue angle of 241.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413DFB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 61 251 -
CMYK 0.74 0.76 0 0.02
HSL 241.26º 0.96% 0.61% -
HSV(B) 241.26º 0.76% 0.98% -
XYZ 21.26 11.43 92.35 -
YUV 83.86 222.33 114.55 -
System Red Green Blue C M Y K H S L
Decimal 65 61 251 0.74 0.76 0 0.02 241.26 0.96 0.61
Hex 41 3D FB 4A 4C 0 2 F1 60 3D
Octal 101 75 373 112 114 0 2 361 140 75
Binary 1000001 111101 11111011 1001010 1001100 0 10 11110001 1100000 111101

Color Harmonies of #413DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DFB

Black with #413DFB

Text Example


Text Example

White with #413DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,251); }

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

background-color css

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

 a { background-color: rgb(65,61,251); }

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

border-color css

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

 span { border-color: rgb(65,61,251); }

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