Html Css Color HEX #1F31FA Neon Blue

📋 copy color: '#1F31FA'

red 31 ◦ green 49 ◦ blue 250

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

Shades of Neon Blue #1F31FA

Tints of Neon Blue #1F31FA

RGB

 RED value IS 31 (12.5% from 255) = 9.39%

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 9.39%
G = 14.85%
B = 75.76%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F31FA (or 0x1F31FA) is known color: Neon Blue. HEX triplet: 1F, 31 and FA. RGB value is (31,49,250). Sum of RGB (Red+Green+Blue) = 31+49+250=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F31FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F31FA is #E0CE05. Grayscale: #414141. Windows color (decimal): -14732806 or 16396575. OLE color: 16396575.

HSL color Cylindrical-coordinate representation of color #1F31FA: hue angle of 235.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F31FA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 49 250 -
CMYK 0.88 0.80 0 0.02
HSL 235.07º 0.96% 0.55% -
HSV(B) 235.07º 0.88% 0.98% -
XYZ 18.92 9.39 91.26 -
YUV 66.53 231.54 102.66 -
System Red Green Blue C M Y K H S L
Decimal 31 49 250 0.88 0.80 0 0.02 235.07 0.96 0.55
Hex 1F 31 FA 58 50 0 2 EB 60 37
Octal 37 61 372 130 120 0 2 353 140 67
Binary 11111 110001 11111010 1011000 1010000 0 10 11101011 1100000 110111

Color Harmonies of #1F31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F31FA

Black with #1F31FA

Text Example


Text Example

White with #1F31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F31FA; }

 p { color: rgb(31,49,250); }

 H1.HeaderClassName
 {
   color: #1F31FA;
 }
 .AnyTagClassName
 {
   color: #1F31FA;
 }
</style>

background-color css

<style>
 a { background-color: #1F31FA; }

 a { background-color: rgb(31,49,250); }

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

border-color css

<style>
 span { border-color: #1F31FA; }

 span { border-color: rgb(31,49,250); }

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