Html Css Color HEX #415CFB Neon Blue

📋 copy color: '#415CFB'

red 65 ◦ green 92 ◦ blue 251

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

Shades of Neon Blue #415CFB

Tints of Neon Blue #415CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

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

R = 15.93%
G = 22.55%
B = 61.52%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#415CFB (or 0x415CFB) is known color: Neon Blue. HEX triplet: 41, 5C and FB. RGB value is (65,92,251). Sum of RGB (Red+Green+Blue) = 65+92+251=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #415CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415CFB is #BEA304. Grayscale: #656565. Windows color (decimal): -12493573 or 16473153. OLE color: 16473153.

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

Color convert

RGB 65 92 251 -
CMYK 0.74 0.63 0 0.02
HSL 231.29º 0.96% 0.62% -
HSV(B) 231.29º 0.74% 0.98% -
XYZ 23.42 15.74 93.07 -
YUV 102.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 65 92 251 0.74 0.63 0 0.02 231.29 0.96 0.62
Hex 41 5C FB 4A 3F 0 2 E7 60 3E
Octal 101 134 373 112 77 0 2 347 140 76
Binary 1000001 1011100 11111011 1001010 111111 0 10 11100111 1100000 111110

Color Harmonies of #415CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CFB

Black with #415CFB

Text Example


Text Example

White with #415CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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