Html Css Color HEX #4150F9 Neon Blue

📋 copy color: '#4150F9'

red 65 ◦ green 80 ◦ blue 249

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

Shades of Neon Blue #4150F9

Tints of Neon Blue #4150F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 249 (97.66% from 255) = 63.2%

R = 16.5%
G = 20.3%
B = 63.2%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4150F9 (or 0x4150F9) is known color: Neon Blue. HEX triplet: 41, 50 and F9. RGB value is (65,80,249). Sum of RGB (Red+Green+Blue) = 65+80+249=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #4150F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4150F9 is #BEAF06. Grayscale: #5E5E5E. Windows color (decimal): -12496647 or 16339009. OLE color: 16339009.

HSL color Cylindrical-coordinate representation of color #4150F9: hue angle of 235.11º degrees, saturation: 0.94, 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 #4150F9 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 80 249 -
CMYK 0.74 0.68 0 0.02
HSL 235.11º 0.94% 0.62% -
HSV(B) 235.11º 0.74% 0.98% -
XYZ 22.15 13.7 91.1 -
YUV 94.78 215.03 106.76 -
System Red Green Blue C M Y K H S L
Decimal 65 80 249 0.74 0.68 0 0.02 235.11 0.94 0.62
Hex 41 50 F9 4A 44 0 2 EB 5E 3E
Octal 101 120 371 112 104 0 2 353 136 76
Binary 1000001 1010000 11111001 1001010 1000100 0 10 11101011 1011110 111110

Color Harmonies of #4150F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150F9

Black with #4150F9

Text Example


Text Example

White with #4150F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4150F9; }

 p { color: rgb(65,80,249); }

 H1.HeaderClassName
 {
   color: #4150F9;
 }
 .AnyTagClassName
 {
   color: #4150F9;
 }
</style>

background-color css

<style>
 a { background-color: #4150F9; }

 a { background-color: rgb(65,80,249); }

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

border-color css

<style>
 span { border-color: #4150F9; }

 span { border-color: rgb(65,80,249); }

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