Html Css Color HEX #413FFA Neon Blue

📋 copy color: '#413FFA'

red 65 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #413FFA

Tints of Neon Blue #413FFA

RGB

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

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

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

R = 17.2%
G = 16.67%
B = 66.14%

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

#413FFA (or 0x413FFA) is known color: Neon Blue. HEX triplet: 41, 3F and FA. RGB value is (65,63,250). Sum of RGB (Red+Green+Blue) = 65+63+250=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #413FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FFA is #BEC005. Grayscale: #545454. Windows color (decimal): -12500998 or 16400193. OLE color: 16400193.

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

Color convert

RGB 65 63 250 -
CMYK 0.74 0.75 0 0.02
HSL 240.64º 0.95% 0.61% -
HSV(B) 240.64º 0.75% 0.98% -
XYZ 21.21 11.58 91.56 -
YUV 84.92 221.16 113.79 -
System Red Green Blue C M Y K H S L
Decimal 65 63 250 0.74 0.75 0 0.02 240.64 0.95 0.61
Hex 41 3F FA 4A 4B 0 2 F1 5F 3D
Octal 101 77 372 112 113 0 2 361 137 75
Binary 1000001 111111 11111010 1001010 1001011 0 10 11110001 1011111 111101

Color Harmonies of #413FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FFA

Black with #413FFA

Text Example


Text Example

White with #413FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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