Html Css Color HEX #394FFA Neon Blue

📋 copy color: '#394FFA'

red 57 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #394FFA

Tints of Neon Blue #394FFA

RGB

 RED value IS 57 (22.66% from 255) = 14.77%

 GREEN value IS 79 (31.25% from 255) = 20.47%

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

R = 14.77%
G = 20.47%
B = 64.77%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#394FFA (or 0x394FFA) is known color: Neon Blue. HEX triplet: 39, 4F and FA. RGB value is (57,79,250). Sum of RGB (Red+Green+Blue) = 57+79+250=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #394FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394FFA is #C6B005. Grayscale: #5B5B5B. Windows color (decimal): -13021190 or 16404281. OLE color: 16404281.

HSL color Cylindrical-coordinate representation of color #394FFA: hue angle of 233.16º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394FFA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 79 250 -
CMYK 0.77 0.68 0 0.02
HSL 233.16º 0.95% 0.6% -
HSV(B) 233.16º 0.77% 0.98% -
XYZ 21.74 13.36 91.88 -
YUV 91.92 217.21 103.1 -
System Red Green Blue C M Y K H S L
Decimal 57 79 250 0.77 0.68 0 0.02 233.16 0.95 0.6
Hex 39 4F FA 4D 44 0 2 E9 5F 3C
Octal 71 117 372 115 104 0 2 351 137 74
Binary 111001 1001111 11111010 1001101 1000100 0 10 11101001 1011111 111100

Color Harmonies of #394FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394FFA

Black with #394FFA

Text Example


Text Example

White with #394FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394FFA; }

 p { color: rgb(57,79,250); }

 H1.HeaderClassName
 {
   color: #394FFA;
 }
 .AnyTagClassName
 {
   color: #394FFA;
 }
</style>

background-color css

<style>
 a { background-color: #394FFA; }

 a { background-color: rgb(57,79,250); }

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

border-color css

<style>
 span { border-color: #394FFA; }

 span { border-color: rgb(57,79,250); }

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