Html Css Color HEX #4152F1 Neon Blue

📋 copy color: '#4152F1'

red 65 ◦ green 82 ◦ blue 241

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

Shades of Neon Blue #4152F1

Tints of Neon Blue #4152F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

 BLUE value IS 241 (94.53% from 255) = 62.11%

R = 16.75%
G = 21.13%
B = 62.11%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4152F1 (or 0x4152F1) is known color: Neon Blue. HEX triplet: 41, 52 and F1. RGB value is (65,82,241). Sum of RGB (Red+Green+Blue) = 65+82+241=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #4152F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4152F1 is #BEAD0E. Grayscale: #5E5E5E. Windows color (decimal): -12496143 or 15815233. OLE color: 15815233.

HSL color Cylindrical-coordinate representation of color #4152F1: hue angle of 234.2º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4152F1 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 82 241 -
CMYK 0.73 0.66 0 0.05
HSL 234.2º 0.86% 0.6% -
HSV(B) 234.2º 0.73% 0.95% -
XYZ 21.07 13.51 84.72 -
YUV 95.04 210.37 106.57 -
System Red Green Blue C M Y K H S L
Decimal 65 82 241 0.73 0.66 0 0.05 234.2 0.86 0.6
Hex 41 52 F1 49 42 0 5 EA 56 3C
Octal 101 122 361 111 102 0 5 352 126 74
Binary 1000001 1010010 11110001 1001001 1000010 0 101 11101010 1010110 111100

Color Harmonies of #4152F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4152F1

Black with #4152F1

Text Example


Text Example

White with #4152F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4152F1; }

 p { color: rgb(65,82,241); }

 H1.HeaderClassName
 {
   color: #4152F1;
 }
 .AnyTagClassName
 {
   color: #4152F1;
 }
</style>

background-color css

<style>
 a { background-color: #4152F1; }

 a { background-color: rgb(65,82,241); }

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

border-color css

<style>
 span { border-color: #4152F1; }

 span { border-color: rgb(65,82,241); }

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