Html Css Color HEX #384FF2 Neon Blue

📋 copy color: '#384FF2'

red 56 ◦ green 79 ◦ blue 242

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

Shades of Neon Blue #384FF2

Tints of Neon Blue #384FF2

RGB

 RED value IS 56 (22.27% from 255) = 14.85%

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

 BLUE value IS 242 (94.92% from 255) = 64.19%

R = 14.85%
G = 20.95%
B = 64.19%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#384FF2 (or 0x384FF2) is known color: Neon Blue. HEX triplet: 38, 4F and F2. RGB value is (56,79,242). Sum of RGB (Red+Green+Blue) = 56+79+242=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #384FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FF2 is #C7B00D. Grayscale: #5A5A5A. Windows color (decimal): -13086734 or 15879992. OLE color: 15879992.

HSL color Cylindrical-coordinate representation of color #384FF2: hue angle of 232.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384FF2 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 79 242 -
CMYK 0.77 0.67 0 0.05
HSL 232.58º 0.88% 0.58% -
HSV(B) 232.58º 0.77% 0.95% -
XYZ 20.45 12.84 85.41 -
YUV 90.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 56 79 242 0.77 0.67 0 0.05 232.58 0.88 0.58
Hex 38 4F F2 4D 43 0 5 E9 58 3A
Octal 70 117 362 115 103 0 5 351 130 72
Binary 111000 1001111 11110010 1001101 1000011 0 101 11101001 1011000 111010

Color Harmonies of #384FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FF2

Black with #384FF2

Text Example


Text Example

White with #384FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384FF2; }

 p { color: rgb(56,79,242); }

 H1.HeaderClassName
 {
   color: #384FF2;
 }
 .AnyTagClassName
 {
   color: #384FF2;
 }
</style>

background-color css

<style>
 a { background-color: #384FF2; }

 a { background-color: rgb(56,79,242); }

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

border-color css

<style>
 span { border-color: #384FF2; }

 span { border-color: rgb(56,79,242); }

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