Html Css Color HEX #415FFB Neon Blue

📋 copy color: '#415FFB'

red 65 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #415FFB

Tints of Neon Blue #415FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 15.82%
G = 23.11%
B = 61.07%

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

#415FFB (or 0x415FFB) is known color: Neon Blue. HEX triplet: 41, 5F and FB. RGB value is (65,95,251). Sum of RGB (Red+Green+Blue) = 65+95+251=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #415FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415FFB is #BEA004. Grayscale: #676767. Windows color (decimal): -12492805 or 16473921. OLE color: 16473921.

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

Color convert

RGB 65 95 251 -
CMYK 0.74 0.62 0 0.02
HSL 230.32º 0.96% 0.62% -
HSV(B) 230.32º 0.74% 0.98% -
XYZ 23.68 16.27 93.16 -
YUV 103.81 211.06 100.32 -
System Red Green Blue C M Y K H S L
Decimal 65 95 251 0.74 0.62 0 0.02 230.32 0.96 0.62
Hex 41 5F FB 4A 3E 0 2 E6 60 3E
Octal 101 137 373 112 76 0 2 346 140 76
Binary 1000001 1011111 11111011 1001010 111110 0 10 11100110 1100000 111110

Color Harmonies of #415FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415FFB

Black with #415FFB

Text Example


Text Example

White with #415FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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