Html Css Color HEX #4155FD Neon Blue

📋 copy color: '#4155FD'

red 65 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #4155FD

Tints of Neon Blue #4155FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 16.13%
G = 21.09%
B = 62.78%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4155FD (or 0x4155FD) is known color: Neon Blue. HEX triplet: 41, 55 and FD. RGB value is (65,85,253). Sum of RGB (Red+Green+Blue) = 65+85+253=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #4155FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4155FD is #BEAA02. Grayscale: #616161. Windows color (decimal): -12495363 or 16602433. OLE color: 16602433.

HSL color Cylindrical-coordinate representation of color #4155FD: hue angle of 233.62º 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 #4155FD is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 85 253 -
CMYK 0.74 0.66 0 0.01
HSL 233.62º 0.98% 0.62% -
HSV(B) 233.62º 0.74% 0.99% -
XYZ 23.16 14.71 94.55 -
YUV 98.17 215.37 104.34 -
System Red Green Blue C M Y K H S L
Decimal 65 85 253 0.74 0.66 0 0.01 233.62 0.98 0.62
Hex 41 55 FD 4A 42 0 1 EA 62 3E
Octal 101 125 375 112 102 0 1 352 142 76
Binary 1000001 1010101 11111101 1001010 1000010 0 1 11101010 1100010 111110

Color Harmonies of #4155FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4155FD

Black with #4155FD

Text Example


Text Example

White with #4155FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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