Html Css Color HEX #1241F9 Neon Blue

📋 copy color: '#1241F9'

red 18 ◦ green 65 ◦ blue 249

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

Shades of Neon Blue #1241F9

Tints of Neon Blue #1241F9

RGB

 RED value IS 18 (7.42% from 255) = 5.42%

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

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

R = 5.42%
G = 19.58%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1241F9 (or 0x1241F9) is known color: Neon Blue. HEX triplet: 12, 41 and F9. RGB value is (18,65,249). Sum of RGB (Red+Green+Blue) = 18+65+249=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #1241F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1241F9 is #EDBE06. Grayscale: #474747. Windows color (decimal): -15580679 or 16335122. OLE color: 16335122.

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

Color convert

RGB 18 65 249 -
CMYK 0.93 0.74 0 0.02
HSL 227.79º 0.95% 0.52% -
HSV(B) 227.79º 0.93% 0.98% -
XYZ 19.24 10.75 90.68 -
YUV 71.92 227.93 89.54 -
System Red Green Blue C M Y K H S L
Decimal 18 65 249 0.93 0.74 0 0.02 227.79 0.95 0.52
Hex 12 41 F9 5D 4A 0 2 E4 5F 34
Octal 22 101 371 135 112 0 2 344 137 64
Binary 10010 1000001 11111001 1011101 1001010 0 10 11100100 1011111 110100

Color Harmonies of #1241F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241F9

Black with #1241F9

Text Example


Text Example

White with #1241F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,65,249); }

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

background-color css

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

 a { background-color: rgb(18,65,249); }

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

border-color css

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

 span { border-color: rgb(18,65,249); }

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