Html Css Color HEX #1741F5 Neon Blue

📋 copy color: '#1741F5'

red 23 ◦ green 65 ◦ blue 245

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

Shades of Neon Blue #1741F5

Tints of Neon Blue #1741F5

RGB

 RED value IS 23 (9.38% from 255) = 6.91%

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 245 (96.09% from 255) = 73.57%

R = 6.91%
G = 19.52%
B = 73.57%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1741F5 (or 0x1741F5) is known color: Neon Blue. HEX triplet: 17, 41 and F5. RGB value is (23,65,245). Sum of RGB (Red+Green+Blue) = 23+65+245=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 245 (96.09% from 255 or 73.57% from 333); Max value from RGB is 245 - color contains mainly: blue. Hex color #1741F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741F5 is #E8BE0A. Grayscale: #484848. Windows color (decimal): -15253003 or 16072983. OLE color: 16072983.

HSL color Cylindrical-coordinate representation of color #1741F5: hue angle of 228.65º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1741F5 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 65 245 -
CMYK 0.91 0.73 0 0.04
HSL 228.65º 0.92% 0.53% -
HSV(B) 228.65º 0.91% 0.96% -
XYZ 18.73 10.56 87.44 -
YUV 72.96 225.09 92.36 -
System Red Green Blue C M Y K H S L
Decimal 23 65 245 0.91 0.73 0 0.04 228.65 0.92 0.53
Hex 17 41 F5 5B 49 0 4 E5 5C 35
Octal 27 101 365 133 111 0 4 345 134 65
Binary 10111 1000001 11110101 1011011 1001001 0 100 11100101 1011100 110101

Color Harmonies of #1741F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1741F5

Black with #1741F5

Text Example


Text Example

White with #1741F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1741F5; }

 p { color: rgb(23,65,245); }

 H1.HeaderClassName
 {
   color: #1741F5;
 }
 .AnyTagClassName
 {
   color: #1741F5;
 }
</style>

background-color css

<style>
 a { background-color: #1741F5; }

 a { background-color: rgb(23,65,245); }

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

border-color css

<style>
 span { border-color: #1741F5; }

 span { border-color: rgb(23,65,245); }

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