Html Css Color HEX #415AF9 Neon Blue

📋 copy color: '#415AF9'

red 65 ◦ green 90 ◦ blue 249

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

Shades of Neon Blue #415AF9

Tints of Neon Blue #415AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 249 (97.66% from 255) = 61.63%

R = 16.09%
G = 22.28%
B = 61.63%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#415AF9 (or 0x415AF9) is known color: Neon Blue. HEX triplet: 41, 5A and F9. RGB value is (65,90,249). Sum of RGB (Red+Green+Blue) = 65+90+249=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #415AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415AF9 is #BEA506. Grayscale: #636363. Windows color (decimal): -12494087 or 16341569. OLE color: 16341569.

HSL color Cylindrical-coordinate representation of color #415AF9: hue angle of 231.85º degrees, saturation: 0.94, 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 #415AF9 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 90 249 -
CMYK 0.74 0.64 0 0.02
HSL 231.85º 0.94% 0.62% -
HSV(B) 231.85º 0.74% 0.98% -
XYZ 22.94 15.28 91.36 -
YUV 100.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 65 90 249 0.74 0.64 0 0.02 231.85 0.94 0.62
Hex 41 5A F9 4A 40 0 2 E8 5E 3E
Octal 101 132 371 112 100 0 2 350 136 76
Binary 1000001 1011010 11111001 1001010 1000000 0 10 11101000 1011110 111110

Color Harmonies of #415AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415AF9

Black with #415AF9

Text Example


Text Example

White with #415AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415AF9; }

 p { color: rgb(65,90,249); }

 H1.HeaderClassName
 {
   color: #415AF9;
 }
 .AnyTagClassName
 {
   color: #415AF9;
 }
</style>

background-color css

<style>
 a { background-color: #415AF9; }

 a { background-color: rgb(65,90,249); }

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

border-color css

<style>
 span { border-color: #415AF9; }

 span { border-color: rgb(65,90,249); }

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