Html Css Color HEX #4150FD Neon Blue

📋 copy color: '#4150FD'

red 65 ◦ green 80 ◦ blue 253

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

Shades of Neon Blue #4150FD

Tints of Neon Blue #4150FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 16.33%
G = 20.1%
B = 63.57%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4150FD (or 0x4150FD) is known color: Neon Blue. HEX triplet: 41, 50 and FD. RGB value is (65,80,253). Sum of RGB (Red+Green+Blue) = 65+80+253=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #4150FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4150FD is #BEAF02. Grayscale: #5E5E5E. Windows color (decimal): -12496643 or 16601153. OLE color: 16601153.

HSL color Cylindrical-coordinate representation of color #4150FD: hue angle of 235.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4150FD is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 80 253 -
CMYK 0.74 0.68 0 0.01
HSL 235.21º 0.98% 0.62% -
HSV(B) 235.21º 0.74% 0.99% -
XYZ 22.78 13.95 94.42 -
YUV 95.24 217.03 106.43 -
System Red Green Blue C M Y K H S L
Decimal 65 80 253 0.74 0.68 0 0.01 235.21 0.98 0.62
Hex 41 50 FD 4A 44 0 1 EB 62 3E
Octal 101 120 375 112 104 0 1 353 142 76
Binary 1000001 1010000 11111101 1001010 1000100 0 1 11101011 1100010 111110

Color Harmonies of #4150FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150FD

Black with #4150FD

Text Example


Text Example

White with #4150FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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