Html Css Color HEX #413BFA Neon Blue

📋 copy color: '#413BFA'

red 65 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #413BFA

Tints of Neon Blue #413BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

 BLUE value IS 250 (98.05% from 255) = 66.84%

R = 17.38%
G = 15.78%
B = 66.84%

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

#413BFA (or 0x413BFA) is known color: Neon Blue. HEX triplet: 41, 3B and FA. RGB value is (65,59,250). Sum of RGB (Red+Green+Blue) = 65+59+250=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #413BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BFA is #BEC405. Grayscale: #515151. Windows color (decimal): -12502022 or 16399169. OLE color: 16399169.

HSL color Cylindrical-coordinate representation of color #413BFA: hue angle of 241.88º degrees, saturation: 0.95, 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 #413BFA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 59 250 -
CMYK 0.74 0.76 0 0.02
HSL 241.88º 0.95% 0.61% -
HSV(B) 241.88º 0.76% 0.98% -
XYZ 21 11.15 91.49 -
YUV 82.57 222.49 115.47 -
System Red Green Blue C M Y K H S L
Decimal 65 59 250 0.74 0.76 0 0.02 241.88 0.95 0.61
Hex 41 3B FA 4A 4C 0 2 F2 5F 3D
Octal 101 73 372 112 114 0 2 362 137 75
Binary 1000001 111011 11111010 1001010 1001100 0 10 11110010 1011111 111101

Color Harmonies of #413BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BFA

Black with #413BFA

Text Example


Text Example

White with #413BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,250); }

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

background-color css

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

 a { background-color: rgb(65,59,250); }

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

border-color css

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

 span { border-color: rgb(65,59,250); }

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