Html Css Color HEX #415EFA Neon Blue

📋 copy color: '#415EFA'

red 65 ◦ green 94 ◦ blue 250

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

Shades of Neon Blue #415EFA

Tints of Neon Blue #415EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

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

R = 15.89%
G = 22.98%
B = 61.12%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#415EFA (or 0x415EFA) is known color: Neon Blue. HEX triplet: 41, 5E and FA. RGB value is (65,94,250). Sum of RGB (Red+Green+Blue) = 65+94+250=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #415EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415EFA is #BEA105. Grayscale: #666666. Windows color (decimal): -12493062 or 16408129. OLE color: 16408129.

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

Color convert

RGB 65 94 250 -
CMYK 0.74 0.62 0 0.02
HSL 230.59º 0.95% 0.62% -
HSV(B) 230.59º 0.74% 0.98% -
XYZ 23.44 16.03 92.3 -
YUV 103.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 65 94 250 0.74 0.62 0 0.02 230.59 0.95 0.62
Hex 41 5E FA 4A 3E 0 2 E7 5F 3E
Octal 101 136 372 112 76 0 2 347 137 76
Binary 1000001 1011110 11111010 1001010 111110 0 10 11100111 1011111 111110

Color Harmonies of #415EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EFA

Black with #415EFA

Text Example


Text Example

White with #415EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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