Html Css Color HEX #415BFB Neon Blue

📋 copy color: '#415BFB'

red 65 ◦ green 91 ◦ blue 251

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

Shades of Neon Blue #415BFB

Tints of Neon Blue #415BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 15.97%
G = 22.36%
B = 61.67%

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

#415BFB (or 0x415BFB) is known color: Neon Blue. HEX triplet: 41, 5B and FB. RGB value is (65,91,251). Sum of RGB (Red+Green+Blue) = 65+91+251=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #415BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415BFB is #BEA404. Grayscale: #646464. Windows color (decimal): -12493829 or 16472897. OLE color: 16472897.

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

Color convert

RGB 65 91 251 -
CMYK 0.74 0.64 0 0.02
HSL 231.61º 0.96% 0.62% -
HSV(B) 231.61º 0.74% 0.98% -
XYZ 23.33 15.57 93.04 -
YUV 101.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 65 91 251 0.74 0.64 0 0.02 231.61 0.96 0.62
Hex 41 5B FB 4A 40 0 2 E8 60 3E
Octal 101 133 373 112 100 0 2 350 140 76
Binary 1000001 1011011 11111011 1001010 1000000 0 10 11101000 1100000 111110

Color Harmonies of #415BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BFB

Black with #415BFB

Text Example


Text Example

White with #415BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,91,251); }

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

background-color css

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

 a { background-color: rgb(65,91,251); }

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

border-color css

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

 span { border-color: rgb(65,91,251); }

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