Html Css Color HEX #1740F9 Neon Blue

📋 copy color: '#1740F9'

red 23 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #1740F9

Tints of Neon Blue #1740F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 6.85%
G = 19.05%
B = 74.11%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1740F9 (or 0x1740F9) is known color: Neon Blue. HEX triplet: 17, 40 and F9. RGB value is (23,64,249). Sum of RGB (Red+Green+Blue) = 23+64+249=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 249 (97.66% from 255 or 74.11% from 336); Max value from RGB is 249 - color contains mainly: blue. Hex color #1740F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1740F9 is #E8BF06. Grayscale: #484848. Windows color (decimal): -15253255 or 16334871. OLE color: 16334871.

HSL color Cylindrical-coordinate representation of color #1740F9: hue angle of 229.12º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1740F9 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 64 249 -
CMYK 0.91 0.74 0 0.02
HSL 229.12º 0.95% 0.53% -
HSV(B) 229.12º 0.91% 0.98% -
XYZ 19.29 10.69 90.67 -
YUV 72.83 227.42 92.46 -
System Red Green Blue C M Y K H S L
Decimal 23 64 249 0.91 0.74 0 0.02 229.12 0.95 0.53
Hex 17 40 F9 5B 4A 0 2 E5 5F 35
Octal 27 100 371 133 112 0 2 345 137 65
Binary 10111 1000000 11111001 1011011 1001010 0 10 11100101 1011111 110101

Color Harmonies of #1740F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740F9

Black with #1740F9

Text Example


Text Example

White with #1740F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,64,249); }

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

background-color css

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

 a { background-color: rgb(23,64,249); }

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

border-color css

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

 span { border-color: rgb(23,64,249); }

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