Html Css Color HEX #415DFF Neon Blue

📋 copy color: '#415DFF'

red 65 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #415DFF

Tints of Neon Blue #415DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

 BLUE value IS 255 (100% from 255) = 61.74%

R = 15.74%
G = 22.52%
B = 61.74%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#415DFF (or 0x415DFF) is known color: Neon Blue. HEX triplet: 41, 5D and FF. RGB value is (65,93,255). Sum of RGB (Red+Green+Blue) = 65+93+255=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #415DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415DFF is #BEA200. Grayscale: #666666. Windows color (decimal): -12493313 or 16735553. OLE color: 16735553.

HSL color Cylindrical-coordinate representation of color #415DFF: hue angle of 231.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #415DFF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 93 255 -
CMYK 0.75 0.64 0 0
HSL 231.16º 1% 0.63% -
HSV(B) 231.16º 0.75% 1% -
XYZ 24.14 16.17 96.46 -
YUV 103.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 65 93 255 0.75 0.64 0 0 231.16 1 0.63
Hex 41 5D FF 4B 40 0 0 E7 64 3F
Octal 101 135 377 113 100 0 0 347 144 77
Binary 1000001 1011101 11111111 1001011 1000000 0 0 11100111 1100100 111111

Color Harmonies of #415DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DFF

Black with #415DFF

Text Example


Text Example

White with #415DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,93,255); }

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

background-color css

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

 a { background-color: rgb(65,93,255); }

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

border-color css

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

 span { border-color: rgb(65,93,255); }

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