Html Css Color HEX #413EFB Neon Blue

📋 copy color: '#413EFB'

red 65 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #413EFB

Tints of Neon Blue #413EFB

RGB

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

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

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

R = 17.2%
G = 16.4%
B = 66.4%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#413EFB (or 0x413EFB) is known color: Neon Blue. HEX triplet: 41, 3E and FB. RGB value is (65,62,251). Sum of RGB (Red+Green+Blue) = 65+62+251=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #413EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EFB is #BEC104. Grayscale: #535353. Windows color (decimal): -12501253 or 16465473. OLE color: 16465473.

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

Color convert

RGB 65 62 251 -
CMYK 0.74 0.75 0 0.02
HSL 240.95º 0.96% 0.61% -
HSV(B) 240.95º 0.75% 0.98% -
XYZ 21.32 11.53 92.37 -
YUV 84.44 221.99 114.13 -
System Red Green Blue C M Y K H S L
Decimal 65 62 251 0.74 0.75 0 0.02 240.95 0.96 0.61
Hex 41 3E FB 4A 4B 0 2 F1 60 3D
Octal 101 76 373 112 113 0 2 361 140 75
Binary 1000001 111110 11111011 1001010 1001011 0 10 11110001 1100000 111101

Color Harmonies of #413EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EFB

Black with #413EFB

Text Example


Text Example

White with #413EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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