Html Css Color HEX #414DFA Neon Blue

📋 copy color: '#414DFA'

red 65 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #414DFA

Tints of Neon Blue #414DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 16.58%
G = 19.64%
B = 63.78%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#414DFA (or 0x414DFA) is known color: Neon Blue. HEX triplet: 41, 4D and FA. RGB value is (65,77,250). Sum of RGB (Red+Green+Blue) = 65+77+250=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #414DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414DFA is #BEB205. Grayscale: #5C5C5C. Windows color (decimal): -12497414 or 16403777. OLE color: 16403777.

HSL color Cylindrical-coordinate representation of color #414DFA: hue angle of 236.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414DFA is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 77 250 -
CMYK 0.74 0.69 0 0.02
HSL 236.11º 0.95% 0.62% -
HSV(B) 236.11º 0.74% 0.98% -
XYZ 22.09 13.33 91.85 -
YUV 93.13 216.52 107.93 -
System Red Green Blue C M Y K H S L
Decimal 65 77 250 0.74 0.69 0 0.02 236.11 0.95 0.62
Hex 41 4D FA 4A 45 0 2 EC 5F 3E
Octal 101 115 372 112 105 0 2 354 137 76
Binary 1000001 1001101 11111010 1001010 1000101 0 10 11101100 1011111 111110

Color Harmonies of #414DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DFA

Black with #414DFA

Text Example


Text Example

White with #414DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414DFA; }

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

 H1.HeaderClassName
 {
   color: #414DFA;
 }
 .AnyTagClassName
 {
   color: #414DFA;
 }
</style>

background-color css

<style>
 a { background-color: #414DFA; }

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

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

border-color css

<style>
 span { border-color: #414DFA; }

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

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